Html Css Color HEX #D07317 Ochre

📋 copy color: '#D07317'

red 208 ◦ green 115 ◦ blue 23

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

Shades of Ochre #D07317

Tints of Ochre #D07317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 60.12%
G = 33.24%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07317 (or 0xD07317) is known color: Ochre. HEX triplet: D0, 73 and 17. RGB value is (208,115,23). Sum of RGB (Red+Green+Blue) = 208+115+23=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D07317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07317 is #2F8CE8. Grayscale: #848484. Windows color (decimal): -3116265 or 1536976. OLE color: 1536976.

HSL color Cylindrical-coordinate representation of color #D07317: hue angle of 29.84º 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 #D07317 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 23 -
CMYK 0 0.45 0.89 0.18
HSL 29.84º 0.8% 0.45% -
HSV(B) 29.84º 0.89% 0.82% -
XYZ 32.3 25.73 4.08 -
YUV 132.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 208 115 23 0 0.45 0.89 0.18 29.84 0.8 0.45
Hex D0 73 17 0 2D 59 12 1E 50 2D
Octal 320 163 27 0 55 131 22 36 120 55
Binary 11010000 1110011 10111 0 101101 1011001 10010 11110 1010000 101101

Color Harmonies of #D07317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07317

Black with #D07317

Text Example


Text Example

White with #D07317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07317; }

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

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

background-color css

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

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

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

border-color css

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

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

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