#D68417

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

Shades of Ochre #D68417

Tints of Ochre #D68417

Color information

#D68417 (or 0xD68417) is unknown color: approx Ochre. HEX triplet: D6, 84 and 17. RGB value is (214,132,23). Sum of RGB (Red+Green+Blue) = 214+132+23=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D68417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68417 is #297BE8. Grayscale: #909090. Windows color (decimal): -2718697 or 1541334. OLE color: 1541334.

HSL color Cylindrical-coordinate representation of color #D68417: hue angle of 34.24º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D68417 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB21413223-
CMYK00.380.890.16
HSL34.24º80.59%46.47%-
HSV(B)34.24º89.25%83.92%-
XYZ36.1430.864.86-
YUV144.0959.67177.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 23 (9.38% from 255) = 6.23%
R=57.99%
G=35.77%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141322300.380.890.1634.2480.5946.47
HexD68417026591022512e
Octal32620427046131204212156
Binary11010110100001001011101001101011001100001000101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68417; }

 p { color: rgb(214,132,23); }

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

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

 a { background-color: rgb(214,132,23); }

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

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

 span { border-color: rgb(214,132,23); }

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