Html Css Color HEX #CCC532 Wattle

📋 copy color: '#CCC532'

red 204 ◦ green 197 ◦ blue 50

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

Shades of Wattle #CCC532

Tints of Wattle #CCC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 50 (19.92% from 255) = 11.09%

R = 45.23%
G = 43.68%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCC532 (or 0xCCC532) is known color: Wattle. HEX triplet: CC, C5 and 32. RGB value is (204,197,50). Sum of RGB (Red+Green+Blue) = 204+197+50=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC532 is #333ACD. Grayscale: #B6B6B6. Windows color (decimal): -3357390 or 3327436. OLE color: 3327436.

HSL color Cylindrical-coordinate representation of color #CCC532: hue angle of 57.27º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCC532 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 50 -
CMYK 0 0.03 0.75 0.2
HSL 57.27º 0.61% 0.5% -
HSV(B) 57.27º 0.75% 0.8% -
XYZ 45.44 53 10.85 -
YUV 182.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 204 197 50 0 0.03 0.75 0.2 57.27 0.61 0.5
Hex CC C5 32 0 3 4B 14 39 3D 32
Octal 314 305 62 0 3 113 24 71 75 62
Binary 11001100 11000101 110010 0 11 1001011 10100 111001 111101 110010

Color Harmonies of #CCC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC532

Black with #CCC532

Text Example


Text Example

White with #CCC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC532; }

 p { color: rgb(204,197,50); }

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

background-color css

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

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

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

border-color css

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

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

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