#CB9D3D

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

Shades of Anzac #CB9D3D

Tints of Anzac #CB9D3D

Color information

#CB9D3D (or 0xCB9D3D) is unknown color: approx Anzac. HEX triplet: CB, 9D and 3D. RGB value is (203,157,61). Sum of RGB (Red+Green+Blue) = 203+157+61=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D3D is #3462C2. Grayscale: #A0A0A0. Windows color (decimal): -3433155 or 4038091. OLE color: 4038091.

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

Color convert

RGB20315761-
CMYK00.230.700.20
HSL40.56º57.72%51.76%-
HSV(B)40.56º69.95%79.61%-
XYZ37.5337.159.61-
YUV159.8172.24158.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 61 (24.22% from 255) = 14.49%
R=48.22%
G=37.29%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031576100.230.700.2040.5657.7251.76
HexCB9D3D0174614293a34
Octal3132357502710624517264
Binary1100101110011101111101010111100011010100101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D3D; }

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

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

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

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

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

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

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

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