#CBC73D

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

Shades of Wattle #CBC73D

Tints of Wattle #CBC73D

Color information

#CBC73D (or 0xCBC73D) is unknown color: approx Wattle. HEX triplet: CB, C7 and 3D. RGB value is (203,199,61). Sum of RGB (Red+Green+Blue) = 203+199+61=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC73D is #3438C2. Grayscale: #B9B9B9. Windows color (decimal): -3422403 or 4048843. OLE color: 4048843.

HSL color Cylindrical-coordinate representation of color #CBC73D: hue angle of 58.31º 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 #CBC73D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20319961-
CMYK00.020.700.20
HSL58.31º57.72%51.76%-
HSV(B)58.31º69.95%79.61%-
XYZ45.8953.8812.4-
YUV184.4658.33141.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=43.84%
G=42.98%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031996100.020.700.2058.3157.7251.76
HexCBC73D0246143a3a34
Octal313307750210624727264
Binary1100101111000111111101010100011010100111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC73D; }

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

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

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

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

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

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

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

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