Html Css Color HEX #D07917 Ochre

📋 copy color: '#D07917'

red 208 ◦ green 121 ◦ blue 23

#D07917
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D07917

Tints of Ochre #D07917

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

 GREEN value IS 121 (47.66% from 255) = 34.38%

 BLUE value IS 23 (9.38% from 255) = 6.53%

R = 59.09%
G = 34.38%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07917 (or 0xD07917) is known color: Ochre. HEX triplet: D0, 79 and 17. RGB value is (208,121,23). Sum of RGB (Red+Green+Blue) = 208+121+23=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D07917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07917 is #2F86E8. Grayscale: #888888. Windows color (decimal): -3114729 or 1538512. OLE color: 1538512.

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

Color convert

RGB 208 121 23 -
CMYK 0 0.42 0.89 0.18
HSL 31.78º 0.8% 0.45% -
HSV(B) 31.78º 0.89% 0.82% -
XYZ 33 27.15 4.31 -
YUV 135.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 208 121 23 0 0.42 0.89 0.18 31.78 0.8 0.45
Hex D0 79 17 0 2A 59 12 20 50 2D
Octal 320 171 27 0 52 131 22 40 120 55
Binary 11010000 1111001 10111 0 101010 1011001 10010 100000 1010000 101101

Color Harmonies of #D07917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07917

Black with #D07917

Text Example


Text Example

White with #D07917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07917; }

 p { color: rgb(208,121,23); }

 H1.HeaderClassName
 {
   color: #D07917;
 }
 .AnyTagClassName
 {
   color: #D07917;
 }
</style>

background-color css

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

 a { background-color: rgb(208,121,23); }

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

border-color css

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

 span { border-color: rgb(208,121,23); }

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