Html Css Color HEX #CECC42 Wattle

📋 copy color: '#CECC42'

red 206 ◦ green 204 ◦ blue 66

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

Shades of Wattle #CECC42

Tints of Wattle #CECC42

RGB

 RED value IS 206 (80.86% from 255) = 43.28%

 GREEN value IS 204 (80.08% from 255) = 42.86%

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

R = 43.28%
G = 42.86%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CECC42 (or 0xCECC42) is known color: Wattle. HEX triplet: CE, CC and 42. RGB value is (206,204,66). Sum of RGB (Red+Green+Blue) = 206+204+66=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC42 is #3133BD. Grayscale: #BDBDBD. Windows color (decimal): -3224510 or 4377806. OLE color: 4377806.

HSL color Cylindrical-coordinate representation of color #CECC42: hue angle of 59.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CECC42 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 66 -
CMYK 0 0.01 0.68 0.19
HSL 59.14º 0.59% 0.53% -
HSV(B) 59.14º 0.68% 0.81% -
XYZ 48.03 56.7 13.57 -
YUV 188.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 206 204 66 0 0.01 0.68 0.19 59.14 0.59 0.53
Hex CE CC 42 0 1 44 13 3B 3B 35
Octal 316 314 102 0 1 104 23 73 73 65
Binary 11001110 11001100 1000010 0 1 1000100 10011 111011 111011 110101

Color Harmonies of #CECC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC42

Black with #CECC42

Text Example


Text Example

White with #CECC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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