#CCCC28

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

Shades of Barberry #CCCC28

Tints of Barberry #CCCC28

Color information

#CCCC28 (or 0xCCCC28) is unknown color: approx Barberry. HEX triplet: CC, CC and 28. RGB value is (204,204,40). Sum of RGB (Red+Green+Blue) = 204+204+40=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC28 is #3333D7. Grayscale: #B9B9B9. Windows color (decimal): -3355608 or 2673868. OLE color: 2673868.

HSL color Cylindrical-coordinate representation of color #CCCC28: hue angle of 60º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCCC28 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20420440-
CMYK000.800.2
HSL60º67.21%47.84%-
HSV(B)60º80.39%80%-
XYZ46.8856.1810.38-
YUV185.346141.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 40 (16.02% from 255) = 8.93%
R=45.54%
G=45.54%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420440000.800.26067.2147.84
HexCCCC280050143c4330
Octal3143145000120247410360
Binary1100110011001100101000001010000101001111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC28; }

 p { color: rgb(204,204,40); }

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

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

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

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

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

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

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