#CDA073

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

Shades of Fallow #CDA073

Tints of Fallow #CDA073

Color information

#CDA073 (or 0xCDA073) is unknown color: approx Fallow. HEX triplet: CD, A0 and 73. RGB value is (205,160,115). Sum of RGB (Red+Green+Blue) = 205+160+115=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA073 is #325F8C. Grayscale: #A8A8A8. Windows color (decimal): -3301261 or 7577805. OLE color: 7577805.

HSL color Cylindrical-coordinate representation of color #CDA073: hue angle of 30º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDA073 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205160115-
CMYK00.220.440.20
HSL30º47.37%62.75%-
HSV(B)30º43.9%80.39%-
XYZ40.8439.3621.66-
YUV168.3297.91154.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=42.71%
G=33.33%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516011500.220.440.203047.3762.75
HexCDA0730162C141e2f3f
Octal3152401630265424365777
Binary110011011010000011100110101101011001010011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA073; }

 p { color: rgb(205,160,115); }

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

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

 a { background-color: rgb(205,160,115); }

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

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

 span { border-color: rgb(205,160,115); }

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