#CD903E

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

Shades of Anzac #CD903E

Tints of Anzac #CD903E

Color information

#CD903E (or 0xCD903E) is unknown color: approx Anzac. HEX triplet: CD, 90 and 3E. RGB value is (205,144,62). Sum of RGB (Red+Green+Blue) = 205+144+62=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD903E is #326FC1. Grayscale: #999999. Windows color (decimal): -3305410 or 4100301. OLE color: 4100301.

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

Color convert

RGB20514462-
CMYK00.300.700.20
HSL34.41º58.85%52.35%-
HSV(B)34.41º69.76%80.39%-
XYZ36.0233.279.08-
YUV152.8976.71165.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=49.88%
G=35.04%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051446200.300.700.2034.4158.8552.35
HexCD903E01E4614223b34
Octal3152207603610624427364
Binary1100110110010000111110011110100011010100100010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD903E; }

 p { color: rgb(205,144,62); }

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

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

 a { background-color: rgb(205,144,62); }

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

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

 span { border-color: rgb(205,144,62); }

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