Html Css Color HEX #CCC44C Wattle

📋 copy color: '#CCC44C'

red 204 ◦ green 196 ◦ blue 76

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

Shades of Wattle #CCC44C

Tints of Wattle #CCC44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 42.86%
G = 41.18%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC44C (or 0xCCC44C) is known color: Wattle. HEX triplet: CC, C4 and 4C. RGB value is (204,196,76). Sum of RGB (Red+Green+Blue) = 204+196+76=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC44C is #333BB3. Grayscale: #B9B9B9. Windows color (decimal): -3357620 or 5031116. OLE color: 5031116.

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

Color convert

RGB 204 196 76 -
CMYK 0 0.04 0.63 0.2
HSL 56.25º 0.56% 0.55% -
HSV(B) 56.25º 0.63% 0.8% -
XYZ 45.95 52.84 14.61 -
YUV 184.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 204 196 76 0 0.04 0.63 0.2 56.25 0.56 0.55
Hex CC C4 4C 0 4 3F 14 38 38 37
Octal 314 304 114 0 4 77 24 70 70 67
Binary 11001100 11000100 1001100 0 100 111111 10100 111000 111000 110111

Color Harmonies of #CCC44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC44C

Black with #CCC44C

Text Example


Text Example

White with #CCC44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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