Html Css Color HEX #D08117 Ochre

📋 copy color: '#D08117'

red 208 ◦ green 129 ◦ blue 23

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

Shades of Ochre #D08117

Tints of Ochre #D08117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

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

R = 57.78%
G = 35.83%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08117 (or 0xD08117) is known color: Ochre. HEX triplet: D0, 81 and 17. RGB value is (208,129,23). Sum of RGB (Red+Green+Blue) = 208+129+23=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D08117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08117 is #2F7EE8. Grayscale: #8D8D8D. Windows color (decimal): -3112681 or 1540560. OLE color: 1540560.

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

Color convert

RGB 208 129 23 -
CMYK 0 0.38 0.89 0.18
HSL 34.38º 0.8% 0.45% -
HSV(B) 34.38º 0.89% 0.82% -
XYZ 34.02 29.17 4.65 -
YUV 140.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 208 129 23 0 0.38 0.89 0.18 34.38 0.8 0.45
Hex D0 81 17 0 26 59 12 22 50 2D
Octal 320 201 27 0 46 131 22 42 120 55
Binary 11010000 10000001 10111 0 100110 1011001 10010 100010 1010000 101101

Color Harmonies of #D08117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08117

Black with #D08117

Text Example


Text Example

White with #D08117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08117; }

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

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

background-color css

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

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

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

border-color css

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

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

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