Html Css Color HEX #CCCA32 Wattle

📋 copy color: '#CCCA32'

red 204 ◦ green 202 ◦ blue 50

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

Shades of Wattle #CCCA32

Tints of Wattle #CCCA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.3%

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

R = 44.74%
G = 44.3%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCCA32 (or 0xCCCA32) is known color: Wattle. HEX triplet: CC, CA and 32. RGB value is (204,202,50). Sum of RGB (Red+Green+Blue) = 204+202+50=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA32 is #3335CD. Grayscale: #B9B9B9. Windows color (decimal): -3356110 or 3328716. OLE color: 3328716.

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

Color convert

RGB 204 202 50 -
CMYK 0 0.01 0.75 0.2
HSL 59.22º 0.61% 0.5% -
HSV(B) 59.22º 0.75% 0.8% -
XYZ 46.6 55.31 11.24 -
YUV 185.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 204 202 50 0 0.01 0.75 0.2 59.22 0.61 0.5
Hex CC CA 32 0 1 4B 14 3B 3D 32
Octal 314 312 62 0 1 113 24 73 75 62
Binary 11001100 11001010 110010 0 1 1001011 10100 111011 111101 110010

Color Harmonies of #CCCA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA32

Black with #CCCA32

Text Example


Text Example

White with #CCCA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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