Html Css Color HEX #CCCC28 Barberry

📋 copy color: '#CCCC28'

red 204 ◦ green 204 ◦ blue 40

#CCCC28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CCCC28

Tints of Barberry #CCCC28

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 value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCCC28 (or 0xCCCC28) is known color: 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

RGB 204 204 40 -
CMYK 0 0 0.80 0.2
HSL 60º 0.67% 0.48% -
HSV(B) 60º 0.8% 0.8% -
XYZ 46.88 56.18 10.38 -
YUV 185.3 46 141.34 -
System Red Green Blue C M Y K H S L
Decimal 204 204 40 0 0 0.80 0.2 60 0.67 0.48
Hex CC CC 28 0 0 50 14 3C 43 30
Octal 314 314 50 0 0 120 24 74 103 60
Binary 11001100 11001100 101000 0 0 1010000 10100 111100 1000011 110000

Color Harmonies of #CCCC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC28

Black with #CCCC28

Text Example


Text Example

White with #CCCC28

Text Example


Text Example

HTML Codes & Css Web 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>