#CD7908

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

Shades of Ochre #CD7908

Tints of Ochre #CD7908

Color information

#CD7908 (or 0xCD7908) is unknown color: approx Ochre. HEX triplet: CD, 79 and 08. RGB value is (205,121,8). Sum of RGB (Red+Green+Blue) = 205+121+8=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7908 is #3286F7. Grayscale: #858585. Windows color (decimal): -3311352 or 555469. OLE color: 555469.

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

Color convert

RGB2051218-
CMYK00.410.960.20
HSL34.42º92.49%41.76%-
HSV(B)34.42º96.1%80.39%-
XYZ32.0626.673.69-
YUV133.2357.33179.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.38%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 8 (3.52% from 255) = 2.40%
R=61.38%
G=36.23%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205121800.410.960.2034.4292.4941.76
HexCD7980296014225c2a
Octal31517110051140244213452
Binary110011011111001100001010011100000101001000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7908; }

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

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

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

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

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

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

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

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