#CBC13B

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

Shades of Wattle #CBC13B

Tints of Wattle #CBC13B

Color information

#CBC13B (or 0xCBC13B) is unknown color: approx Wattle. HEX triplet: CB, C1 and 3B. RGB value is (203,193,59). Sum of RGB (Red+Green+Blue) = 203+193+59=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC13B is #343EC4. Grayscale: #B5B5B5. Windows color (decimal): -3423941 or 3916235. OLE color: 3916235.

HSL color Cylindrical-coordinate representation of color #CBC13B: hue angle of 55.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBC13B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20319359-
CMYK00.050.710.20
HSL55.83º58.06%51.37%-
HSV(B)55.83º70.94%79.61%-
XYZ44.4951.1511.67-
YUV180.7159.31143.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 59 (23.44% from 255) = 12.97%
R=44.62%
G=42.42%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031935900.050.710.2055.8358.0651.37
HexCBC13B054714383a33
Octal313301730510724707263
Binary11001011110000011110110101100011110100111000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC13B; }

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

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

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

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

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

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

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

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