Html Css Color HEX #CCC449 Wattle

📋 copy color: '#CCC449'

red 204 ◦ green 196 ◦ blue 73

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

Shades of Wattle #CCC449

Tints of Wattle #CCC449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.44%

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

R = 43.13%
G = 41.44%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC449 (or 0xCCC449) is known color: Wattle. HEX triplet: CC, C4 and 49. RGB value is (204,196,73). Sum of RGB (Red+Green+Blue) = 204+196+73=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC449 is #333BB6. Grayscale: #B8B8B8. Windows color (decimal): -3357623 or 4834508. OLE color: 4834508.

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

Color convert

RGB 204 196 73 -
CMYK 0 0.04 0.64 0.2
HSL 56.34º 0.56% 0.54% -
HSV(B) 56.34º 0.64% 0.8% -
XYZ 45.84 52.8 14.08 -
YUV 184.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 204 196 73 0 0.04 0.64 0.2 56.34 0.56 0.54
Hex CC C4 49 0 4 40 14 38 38 36
Octal 314 304 111 0 4 100 24 70 70 66
Binary 11001100 11000100 1001001 0 100 1000000 10100 111000 111000 110110

Color Harmonies of #CCC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC449

Black with #CCC449

Text Example


Text Example

White with #CCC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC449; }

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

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

background-color css

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

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

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

border-color css

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

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

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