#cbc533

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

Shades of Wattle #CBC533

Tints of Wattle #CBC533

Color information

#CBC533 (or 0xCBC533) is unknown color: approx Wattle. HEX triplet: CB, C5 and 33. RGB value is (203,197,51). Sum of RGB (Red+Green+Blue) = 203+197+51=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC533 is #343ACC. Grayscale: #B6B6B6. Windows color (decimal): -3422925 or 3392971. OLE color: 3392971.

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

Color convert

RGB20319751-
CMYK00.030.750.20
HSL57.63º59.84%49.8%-
HSV(B)57.63º74.88%79.61%-
XYZ45.1952.8710.95-
YUV182.1553.99142.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 197 (77.34% from 255) = 43.68%
BLUE value IS 51 (20.31% from 255) = 11.31%
R=45.01%
G=43.68%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031975100.030.750.2057.6359.8449.8
HexCBC533034B143a3c32
Octal313305630311324727462
Binary1100101111000101110011011100101110100111010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbc533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbc533; }

 p { color: rgb(203,197,51); }

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

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

 a { background-color: rgb(203,197,51); }

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

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

 span { border-color: rgb(203,197,51); }

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