Html Css Color HEX #CECC40 Wattle

📋 copy color: '#CECC40'

red 206 ◦ green 204 ◦ blue 64

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

Shades of Wattle #CECC40

Tints of Wattle #CECC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.5%

R = 43.46%
G = 43.04%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CECC40 (or 0xCECC40) is known color: Wattle. HEX triplet: CE, CC and 40. RGB value is (206,204,64). Sum of RGB (Red+Green+Blue) = 206+204+64=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC40 is #3133BF. Grayscale: #BDBDBD. Windows color (decimal): -3224512 or 4246734. OLE color: 4246734.

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

Color convert

RGB 206 204 64 -
CMYK 0 0.01 0.69 0.19
HSL 59.15º 0.59% 0.53% -
HSV(B) 59.15º 0.69% 0.81% -
XYZ 47.97 56.68 13.26 -
YUV 188.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 206 204 64 0 0.01 0.69 0.19 59.15 0.59 0.53
Hex CE CC 40 0 1 45 13 3B 3B 35
Octal 316 314 100 0 1 105 23 73 73 65
Binary 11001110 11001100 1000000 0 1 1000101 10011 111011 111011 110101

Color Harmonies of #CECC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC40

Black with #CECC40

Text Example


Text Example

White with #CECC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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