Html Css Color HEX #CCC542 Wattle

📋 copy color: '#CCC542'

red 204 ◦ green 197 ◦ blue 66

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

Shades of Wattle #CCC542

Tints of Wattle #CCC542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.18%

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

R = 43.68%
G = 42.18%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCC542 (or 0xCCC542) is known color: Wattle. HEX triplet: CC, C5 and 42. RGB value is (204,197,66). Sum of RGB (Red+Green+Blue) = 204+197+66=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC542 is #333ABD. Grayscale: #B8B8B8. Windows color (decimal): -3357374 or 4376012. OLE color: 4376012.

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

Color convert

RGB 204 197 66 -
CMYK 0 0.03 0.68 0.2
HSL 56.96º 0.58% 0.53% -
HSV(B) 56.96º 0.68% 0.8% -
XYZ 45.85 53.16 13 -
YUV 184.16 61.32 142.15 -
System Red Green Blue C M Y K H S L
Decimal 204 197 66 0 0.03 0.68 0.2 56.96 0.58 0.53
Hex CC C5 42 0 3 44 14 39 3A 35
Octal 314 305 102 0 3 104 24 71 72 65
Binary 11001100 11000101 1000010 0 11 1000100 10100 111001 111010 110101

Color Harmonies of #CCC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC542

Black with #CCC542

Text Example


Text Example

White with #CCC542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC542; }

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

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

background-color css

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

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

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

border-color css

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

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

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