Html Css Color HEX #CCC442 Wattle

📋 copy color: '#CCC442'

red 204 ◦ green 196 ◦ blue 66

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

Shades of Wattle #CCC442

Tints of Wattle #CCC442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.16%

R = 43.78%
G = 42.06%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCC442 (or 0xCCC442) is known color: Wattle. HEX triplet: CC, C4 and 42. RGB value is (204,196,66). Sum of RGB (Red+Green+Blue) = 204+196+66=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC442 is #333BBD. Grayscale: #B8B8B8. Windows color (decimal): -3357630 or 4375756. OLE color: 4375756.

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

Color convert

RGB 204 196 66 -
CMYK 0 0.04 0.68 0.2
HSL 56.52º 0.58% 0.53% -
HSV(B) 56.52º 0.68% 0.8% -
XYZ 45.63 52.71 12.92 -
YUV 183.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 204 196 66 0 0.04 0.68 0.2 56.52 0.58 0.53
Hex CC C4 42 0 4 44 14 39 3A 35
Octal 314 304 102 0 4 104 24 71 72 65
Binary 11001100 11000100 1000010 0 100 1000100 10100 111001 111010 110101

Color Harmonies of #CCC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC442

Black with #CCC442

Text Example


Text Example

White with #CCC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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