#CBC93D

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

Shades of Wattle #CBC93D

Tints of Wattle #CBC93D

Color information

#CBC93D (or 0xCBC93D) is unknown color: approx Wattle. HEX triplet: CB, C9 and 3D. RGB value is (203,201,61). Sum of RGB (Red+Green+Blue) = 203+201+61=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC93D is #3436C2. Grayscale: #BABABA. Windows color (decimal): -3421891 or 4049355. OLE color: 4049355.

HSL color Cylindrical-coordinate representation of color #CBC93D: hue angle of 59.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBC93D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20320161-
CMYK00.010.700.20
HSL59.15º57.72%51.76%-
HSV(B)59.15º69.95%79.61%-
XYZ46.3654.8112.55-
YUV185.6457.66140.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 61 (24.22% from 255) = 13.12%
R=43.66%
G=43.23%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032016100.010.700.2059.1557.7251.76
HexCBC93D0146143b3a34
Octal313311750110624737264
Binary110010111100100111110101100011010100111011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC93D; }

 p { color: rgb(203,201,61); }

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

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

 a { background-color: rgb(203,201,61); }

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

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

 span { border-color: rgb(203,201,61); }

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