#CB9D40

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

Shades of Anzac #CB9D40

Tints of Anzac #CB9D40

Color information

#CB9D40 (or 0xCB9D40) is unknown color: approx Anzac. HEX triplet: CB, 9D and 40. RGB value is (203,157,64). Sum of RGB (Red+Green+Blue) = 203+157+64=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D40 is #3462BF. Grayscale: #A0A0A0. Windows color (decimal): -3433152 or 4234699. OLE color: 4234699.

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

Color convert

RGB20315764-
CMYK00.230.680.20
HSL40.14º57.2%52.35%-
HSV(B)40.14º68.47%79.61%-
XYZ37.6137.1810.04-
YUV160.1573.74158.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=47.88%
G=37.03%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031576400.230.680.2040.1457.252.35
HexCB9D400174414283934
Octal31323510002710424507164
Binary11001011100111011000000010111100010010100101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D40; }

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

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

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

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

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

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

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

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