Html Css Color HEX #D07517 Ochre

📋 copy color: '#D07517'

red 208 ◦ green 117 ◦ blue 23

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

Shades of Ochre #D07517

Tints of Ochre #D07517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 59.77%
G = 33.62%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07517 (or 0xD07517) is known color: Ochre. HEX triplet: D0, 75 and 17. RGB value is (208,117,23). Sum of RGB (Red+Green+Blue) = 208+117+23=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D07517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07517 is #2F8AE8. Grayscale: #858585. Windows color (decimal): -3115753 or 1537488. OLE color: 1537488.

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

Color convert

RGB 208 117 23 -
CMYK 0 0.44 0.89 0.18
HSL 30.49º 0.8% 0.45% -
HSV(B) 30.49º 0.89% 0.82% -
XYZ 32.53 26.19 4.15 -
YUV 133.49 65.65 181.14 -
System Red Green Blue C M Y K H S L
Decimal 208 117 23 0 0.44 0.89 0.18 30.49 0.8 0.45
Hex D0 75 17 0 2C 59 12 1E 50 2D
Octal 320 165 27 0 54 131 22 36 120 55
Binary 11010000 1110101 10111 0 101100 1011001 10010 11110 1010000 101101

Color Harmonies of #D07517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07517

Black with #D07517

Text Example


Text Example

White with #D07517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07517; }

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

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

background-color css

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

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

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

border-color css

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

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

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