Html Css Color HEX #CCCC49 Wattle

📋 copy color: '#CCCC49'

red 204 ◦ green 204 ◦ blue 73

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

Shades of Wattle #CCCC49

Tints of Wattle #CCCC49

RGB

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

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

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

R = 42.41%
G = 42.41%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCCC49 (or 0xCCCC49) is known color: Wattle. HEX triplet: CC, CC and 49. RGB value is (204,204,73). Sum of RGB (Red+Green+Blue) = 204+204+73=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC49 is #3333B6. Grayscale: #BDBDBD. Windows color (decimal): -3355575 or 4836556. OLE color: 4836556.

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

Color convert

RGB 204 204 73 -
CMYK 0 0 0.64 0.2
HSL 60º 0.56% 0.54% -
HSV(B) 60º 0.64% 0.8% -
XYZ 47.7 56.5 14.7 -
YUV 189.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 204 204 73 0 0 0.64 0.2 60 0.56 0.54
Hex CC CC 49 0 0 40 14 3C 38 36
Octal 314 314 111 0 0 100 24 74 70 66
Binary 11001100 11001100 1001001 0 0 1000000 10100 111100 111000 110110

Color Harmonies of #CCCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC49

Black with #CCCC49

Text Example


Text Example

White with #CCCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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