Html Css Color HEX #CCCC32 Wattle

📋 copy color: '#CCCC32'

red 204 ◦ green 204 ◦ blue 50

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

Shades of Wattle #CCCC32

Tints of Wattle #CCCC32

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

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

R = 44.54%
G = 44.54%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCCC32 (or 0xCCCC32) is known color: Wattle. HEX triplet: CC, CC and 32. RGB value is (204,204,50). Sum of RGB (Red+Green+Blue) = 204+204+50=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC32 is #3333CD. Grayscale: #BBBBBB. Windows color (decimal): -3355598 or 3329228. OLE color: 3329228.

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

Color convert

RGB 204 204 50 -
CMYK 0 0 0.75 0.2
HSL 60º 0.61% 0.5% -
HSV(B) 60º 0.75% 0.8% -
XYZ 47.07 56.25 11.39 -
YUV 186.44 51 140.52 -
System Red Green Blue C M Y K H S L
Decimal 204 204 50 0 0 0.75 0.2 60 0.61 0.5
Hex CC CC 32 0 0 4B 14 3C 3D 32
Octal 314 314 62 0 0 113 24 74 75 62
Binary 11001100 11001100 110010 0 0 1001011 10100 111100 111101 110010

Color Harmonies of #CCCC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC32

Black with #CCCC32

Text Example


Text Example

White with #CCCC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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