Html Css Color HEX #CCC242 Wattle

📋 copy color: '#CCC242'

red 204 ◦ green 194 ◦ blue 66

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

Shades of Wattle #CCC242

Tints of Wattle #CCC242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.81%

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

R = 43.97%
G = 41.81%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCC242 (or 0xCCC242) is known color: Wattle. HEX triplet: CC, C2 and 42. RGB value is (204,194,66). Sum of RGB (Red+Green+Blue) = 204+194+66=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC242 is #333DBD. Grayscale: #B6B6B6. Windows color (decimal): -3358142 or 4375244. OLE color: 4375244.

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

Color convert

RGB 204 194 66 -
CMYK 0 0.05 0.68 0.2
HSL 55.65º 0.58% 0.53% -
HSV(B) 55.65º 0.68% 0.8% -
XYZ 45.18 51.81 12.77 -
YUV 182.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 204 194 66 0 0.05 0.68 0.2 55.65 0.58 0.53
Hex CC C2 42 0 5 44 14 38 3A 35
Octal 314 302 102 0 5 104 24 70 72 65
Binary 11001100 11000010 1000010 0 101 1000100 10100 111000 111010 110101

Color Harmonies of #CCC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC242

Black with #CCC242

Text Example


Text Example

White with #CCC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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