#CFCC17

Color #CFCC17 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CFCC17

Tints of Barberry #CFCC17

Color information

#CFCC17 (or 0xCFCC17) is unknown color: approx Barberry. HEX triplet: CF, CC and 17. RGB value is (207,204,23). Sum of RGB (Red+Green+Blue) = 207+204+23=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC17 is #3033E8. Grayscale: #B8B8B8. Windows color (decimal): -3159017 or 1559759. OLE color: 1559759.

HSL color Cylindrical-coordinate representation of color #CFCC17: hue angle of 59.02º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFCC17 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB20720423-
CMYK00.010.890.19
HSL59.02º80%45.1%-
HSV(B)59.02º88.89%81.18%-
XYZ47.4856.519.22-
YUV184.2636.99144.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 23 (9.38% from 255) = 5.30%
R=47.70%
G=47.00%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072042300.010.890.1959.028045.1
HexCFCC170159133b502d
Octal3173142701131237312055
Binary110011111100110010111011011001100111110111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC17; }

 p { color: rgb(207,204,23); }

 H1.HeaderClassName
 {
   color: #CFCC17;
 }
 .AnyTagClassName
 {
   color: #CFCC17;
 }
</style>
background-color css

<style>
 a { background-color: #CFCC17; }

 a { background-color: rgb(207,204,23); }

 div.DivClassName
 {
   background-color: #CFCC17;
 }
 .BgClassName
 {
   background-color: #CFCC17;
 }
</style>
border-color css

<style>
 span { border-color: #CFCC17; }

 span { border-color: rgb(207,204,23); }

 td.TdClassName
 {
   border-color: #CFCC17;
 }
 .TagClassName
 {
   border-color: #CFCC17;
 }
</style>