Html Css Color HEX #CCC342 Wattle

📋 copy color: '#CCC342'

red 204 ◦ green 195 ◦ blue 66

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

Shades of Wattle #CCC342

Tints of Wattle #CCC342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

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

R = 43.87%
G = 41.94%
B = 14.19%

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

#CCC342 (or 0xCCC342) is known color: Wattle. HEX triplet: CC, C3 and 42. RGB value is (204,195,66). Sum of RGB (Red+Green+Blue) = 204+195+66=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC342 is #333CBD. Grayscale: #B7B7B7. Windows color (decimal): -3357886 or 4375500. OLE color: 4375500.

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

Color convert

RGB 204 195 66 -
CMYK 0 0.04 0.68 0.2
HSL 56.09º 0.58% 0.53% -
HSV(B) 56.09º 0.68% 0.8% -
XYZ 45.4 52.26 12.85 -
YUV 182.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 204 195 66 0 0.04 0.68 0.2 56.09 0.58 0.53
Hex CC C3 42 0 4 44 14 38 3A 35
Octal 314 303 102 0 4 104 24 70 72 65
Binary 11001100 11000011 1000010 0 100 1000100 10100 111000 111010 110101

Color Harmonies of #CCC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC342

Black with #CCC342

Text Example


Text Example

White with #CCC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC342; }

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

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

background-color css

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

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

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

border-color css

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

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

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