#CD8717

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

Shades of Ochre #CD8717

Tints of Ochre #CD8717

Color information

#CD8717 (or 0xCD8717) is unknown color: approx Ochre. HEX triplet: CD, 87 and 17. RGB value is (205,135,23). Sum of RGB (Red+Green+Blue) = 205+135+23=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8717 is #3278E8. Grayscale: #8F8F8F. Windows color (decimal): -3307753 or 1542093. OLE color: 1542093.

HSL color Cylindrical-coordinate representation of color #CD8717: hue angle of 36.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD8717 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB20513523-
CMYK00.340.890.20
HSL36.92º79.82%44.71%-
HSV(B)36.92º88.78%80.39%-
XYZ3430.374.88-
YUV143.1660.19172.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.47%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 23 (9.38% from 255) = 6.34%
R=56.47%
G=37.19%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051352300.340.890.2036.9279.8244.71
HexCD8717022591425502d
Octal31520727042131244512055
Binary11001101100001111011101000101011001101001001011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8717; }

 p { color: rgb(205,135,23); }

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

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

 a { background-color: rgb(205,135,23); }

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

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

 span { border-color: rgb(205,135,23); }

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