#CECB3B

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

Shades of Wattle #CECB3B

Tints of Wattle #CECB3B

Color information

#CECB3B (or 0xCECB3B) is unknown color: approx Wattle. HEX triplet: CE, CB and 3B. RGB value is (206,203,59). Sum of RGB (Red+Green+Blue) = 206+203+59=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB3B is #3134C4. Grayscale: #BCBCBC. Windows color (decimal): -3224773 or 3918798. OLE color: 3918798.

HSL color Cylindrical-coordinate representation of color #CECB3B: hue angle of 58.78º 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 #CECB3B is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20620359-
CMYK00.010.710.19
HSL58.78º60%51.96%-
HSV(B)58.78º71.36%80.78%-
XYZ47.656.1512.47-
YUV187.4855.49141.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 203 (79.69% from 255) = 43.38%
BLUE value IS 59 (23.44% from 255) = 12.61%
R=44.02%
G=43.38%
B=12.61%

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
Decimal2062035900.010.710.1958.786051.96
HexCECB3B0147133b3c34
Octal316313730110723737464
Binary110011101100101111101101100011110011111011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB3B; }

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

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

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

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

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

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

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

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