#CCCF20

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

Shades of Barberry #CCCF20

Tints of Barberry #CCCF20

Color information

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

HSL color Cylindrical-coordinate representation of color #CCCF20: hue angle of 61.03º 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 #CCCF20 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20420732-
CMYK0.0100.850.19
HSL61.03º73.22%46.86%-
HSV(B)61.03º84.54%81.18%-
XYZ47.4857.579.98-
YUV186.1541.01140.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204207320.0100.850.1961.0373.2246.86
HexCCCF201055133d492f
Octal3143174010125237511157
Binary1100110011001111100000101010101100111111011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCF20; }

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

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

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

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

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

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

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

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