Html Css Color HEX #CCC642 Wattle

📋 copy color: '#CCC642'

red 204 ◦ green 198 ◦ blue 66

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

Shades of Wattle #CCC642

Tints of Wattle #CCC642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.31%

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

R = 43.59%
G = 42.31%
B = 14.1%

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

#CCC642 (or 0xCCC642) is known color: Wattle. HEX triplet: CC, C6 and 42. RGB value is (204,198,66). Sum of RGB (Red+Green+Blue) = 204+198+66=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC642 is #3339BD. Grayscale: #B9B9B9. Windows color (decimal): -3357118 or 4376268. OLE color: 4376268.

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

Color convert

RGB 204 198 66 -
CMYK 0 0.03 0.68 0.2
HSL 57.39º 0.58% 0.53% -
HSV(B) 57.39º 0.68% 0.8% -
XYZ 46.08 53.62 13.08 -
YUV 184.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 204 198 66 0 0.03 0.68 0.2 57.39 0.58 0.53
Hex CC C6 42 0 3 44 14 39 3A 35
Octal 314 306 102 0 3 104 24 71 72 65
Binary 11001100 11000110 1000010 0 11 1000100 10100 111001 111010 110101

Color Harmonies of #CCC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC642

Black with #CCC642

Text Example


Text Example

White with #CCC642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC642; }

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

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

background-color css

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

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

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

border-color css

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

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

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