#CD7911

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

Shades of Ochre #CD7911

Tints of Ochre #CD7911

Color information

#CD7911 (or 0xCD7911) is unknown color: approx Ochre. HEX triplet: CD, 79 and 11. RGB value is (205,121,17). Sum of RGB (Red+Green+Blue) = 205+121+17=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7911 is #3286EE. Grayscale: #868686. Windows color (decimal): -3311343 or 1145293. OLE color: 1145293.

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

Color convert

RGB20512117-
CMYK00.410.920.20
HSL33.19º84.68%43.53%-
HSV(B)33.19º91.71%80.39%-
XYZ32.1226.693.99-
YUV134.2661.83178.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.77%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=59.77%
G=35.28%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051211700.410.920.2033.1984.6843.53
HexCD79110295C1421552c
Octal31517121051134244112554
Binary1100110111110011000101010011011100101001000011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7911; }

 p { color: rgb(205,121,17); }

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

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

 a { background-color: rgb(205,121,17); }

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

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

 span { border-color: rgb(205,121,17); }

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