#CBC440

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

Shades of Wattle #CBC440

Tints of Wattle #CBC440

Color information

#CBC440 (or 0xCBC440) is unknown color: approx Wattle. HEX triplet: CB, C4 and 40. RGB value is (203,196,64). Sum of RGB (Red+Green+Blue) = 203+196+64=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC440 is #343BBF. Grayscale: #B7B7B7. Windows color (decimal): -3423168 or 4244683. OLE color: 4244683.

HSL color Cylindrical-coordinate representation of color #CBC440: hue angle of 56.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBC440 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20319664-
CMYK00.030.680.20
HSL56.98º57.2%52.35%-
HSV(B)56.98º68.47%79.61%-
XYZ45.2952.5512.61-
YUV183.0460.82142.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 64 (25.39% from 255) = 13.82%
R=43.84%
G=42.33%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031966400.030.680.2056.9857.252.35
HexCBC440034414393934
Octal3133041000310424717164
Binary11001011110001001000000011100010010100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC440; }

 p { color: rgb(203,196,64); }

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

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

 a { background-color: rgb(203,196,64); }

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

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

 span { border-color: rgb(203,196,64); }

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