#CFCC20

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

Shades of Barberry #CFCC20

Tints of Barberry #CFCC20

Color information

#CFCC20 (or 0xCFCC20) is unknown color: approx Barberry. HEX triplet: CF, CC and 20. RGB value is (207,204,32). Sum of RGB (Red+Green+Blue) = 207+204+32=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC20 is #3033DF. Grayscale: #B9B9B9. Windows color (decimal): -3159008 or 2149583. OLE color: 2149583.

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

Color convert

RGB20720432-
CMYK00.010.850.19
HSL58.97º73.22%46.86%-
HSV(B)58.97º84.54%81.18%-
XYZ47.5956.569.77-
YUV185.2941.49143.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 32 (12.89% from 255) = 7.22%
R=46.73%
G=46.05%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072043200.010.850.1958.9773.2246.86
HexCFCC200155133b492f
Octal3173144001125237311157
Binary1100111111001100100000011010101100111110111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC20; }

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

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

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

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

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

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

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

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