Html Css Color HEX #CCC04C Wattle

📋 copy color: '#CCC04C'

red 204 ◦ green 192 ◦ blue 76

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

Shades of Wattle #CCC04C

Tints of Wattle #CCC04C

RGB

 RED value IS 204 (80.08% from 255) = 43.22%

 GREEN value IS 192 (75.39% from 255) = 40.68%

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 43.22%
G = 40.68%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC04C (or 0xCCC04C) is known color: Wattle. HEX triplet: CC, C0 and 4C. RGB value is (204,192,76). Sum of RGB (Red+Green+Blue) = 204+192+76=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC04C is #333FB3. Grayscale: #B6B6B6. Windows color (decimal): -3358644 or 5030092. OLE color: 5030092.

HSL color Cylindrical-coordinate representation of color #CCC04C: hue angle of 54.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC04C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 76 -
CMYK 0 0.06 0.63 0.2
HSL 54.38º 0.56% 0.55% -
HSV(B) 54.38º 0.63% 0.8% -
XYZ 45.06 51.06 14.32 -
YUV 182.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 204 192 76 0 0.06 0.63 0.2 54.38 0.56 0.55
Hex CC C0 4C 0 6 3F 14 36 38 37
Octal 314 300 114 0 6 77 24 66 70 67
Binary 11001100 11000000 1001100 0 110 111111 10100 110110 111000 110111

Color Harmonies of #CCC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC04C

Black with #CCC04C

Text Example


Text Example

White with #CCC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC04C; }

 p { color: rgb(204,192,76); }

 H1.HeaderClassName
 {
   color: #CCC04C;
 }
 .AnyTagClassName
 {
   color: #CCC04C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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