#CECC3B

Color #CECC3B Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CECC3B

Tints of Wattle #CECC3B

Color information

#CECC3B (or 0xCECC3B) is unknown color: approx Wattle. HEX triplet: CE, CC and 3B. RGB value is (206,204,59). Sum of RGB (Red+Green+Blue) = 206+204+59=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 59 (23.44% from 255 or 12.58% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC3B is #3133C4. Grayscale: #BCBCBC. Windows color (decimal): -3224517 or 3919054. OLE color: 3919054.

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

Color convert

RGB20620459-
CMYK00.010.710.19
HSL59.18º60%51.96%-
HSV(B)59.18º71.36%80.78%-
XYZ47.8456.6212.55-
YUV188.0755.16140.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 59 (23.44% from 255) = 12.58%
R=43.92%
G=43.50%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062045900.010.710.1959.186051.96
HexCECC3B0147133b3c34
Octal316314730110723737464
Binary110011101100110011101101100011110011111011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC3B; }

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

 H1.HeaderClassName
 {
   color: #CECC3B;
 }
 .AnyTagClassName
 {
   color: #CECC3B;
 }
</style>
background-color css

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

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

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

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

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

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