Html Css Color HEX #CCCA49 Wattle

📋 copy color: '#CCCA49'

red 204 ◦ green 202 ◦ blue 73

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

Shades of Wattle #CCCA49

Tints of Wattle #CCCA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.24%

R = 42.59%
G = 42.17%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCCA49 (or 0xCCCA49) is known color: Wattle. HEX triplet: CC, CA and 49. RGB value is (204,202,73). Sum of RGB (Red+Green+Blue) = 204+202+73=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA49 is #3335B6. Grayscale: #BCBCBC. Windows color (decimal): -3356087 or 4836044. OLE color: 4836044.

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

Color convert

RGB 204 202 73 -
CMYK 0 0.01 0.64 0.2
HSL 59.08º 0.56% 0.54% -
HSV(B) 59.08º 0.64% 0.8% -
XYZ 47.22 55.56 14.54 -
YUV 187.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 204 202 73 0 0.01 0.64 0.2 59.08 0.56 0.54
Hex CC CA 49 0 1 40 14 3B 38 36
Octal 314 312 111 0 1 100 24 73 70 66
Binary 11001100 11001010 1001001 0 1 1000000 10100 111011 111000 110110

Color Harmonies of #CCCA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA49

Black with #CCCA49

Text Example


Text Example

White with #CCCA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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