Html Css Color HEX #CCC24C Wattle

📋 copy color: '#CCC24C'

red 204 ◦ green 194 ◦ blue 76

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

Shades of Wattle #CCC24C

Tints of Wattle #CCC24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.93%

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

R = 43.04%
G = 40.93%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC24C (or 0xCCC24C) is known color: Wattle. HEX triplet: CC, C2 and 4C. RGB value is (204,194,76). Sum of RGB (Red+Green+Blue) = 204+194+76=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC24C is #333DB3. Grayscale: #B8B8B8. Windows color (decimal): -3358132 or 5030604. OLE color: 5030604.

HSL color Cylindrical-coordinate representation of color #CCC24C: hue angle of 55.31º 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 #CCC24C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 76 -
CMYK 0 0.05 0.63 0.2
HSL 55.31º 0.56% 0.55% -
HSV(B) 55.31º 0.63% 0.8% -
XYZ 45.5 51.94 14.47 -
YUV 183.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 204 194 76 0 0.05 0.63 0.2 55.31 0.56 0.55
Hex CC C2 4C 0 5 3F 14 37 38 37
Octal 314 302 114 0 5 77 24 67 70 67
Binary 11001100 11000010 1001100 0 101 111111 10100 110111 111000 110111

Color Harmonies of #CCC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC24C

Black with #CCC24C

Text Example


Text Example

White with #CCC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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