Html Css Color HEX #D08417 Ochre

📋 copy color: '#D08417'

red 208 ◦ green 132 ◦ blue 23

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

Shades of Ochre #D08417

Tints of Ochre #D08417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 57.3%
G = 36.36%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08417 (or 0xD08417) is known color: Ochre. HEX triplet: D0, 84 and 17. RGB value is (208,132,23). Sum of RGB (Red+Green+Blue) = 208+132+23=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D08417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08417 is #2F7BE8. Grayscale: #8E8E8E. Windows color (decimal): -3111913 or 1541328. OLE color: 1541328.

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

Color convert

RGB 208 132 23 -
CMYK 0 0.37 0.89 0.18
HSL 35.35º 0.8% 0.45% -
HSV(B) 35.35º 0.89% 0.82% -
XYZ 34.42 29.97 4.78 -
YUV 142.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 208 132 23 0 0.37 0.89 0.18 35.35 0.8 0.45
Hex D0 84 17 0 25 59 12 23 50 2D
Octal 320 204 27 0 45 131 22 43 120 55
Binary 11010000 10000100 10111 0 100101 1011001 10010 100011 1010000 101101

Color Harmonies of #D08417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08417

Black with #D08417

Text Example


Text Example

White with #D08417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08417; }

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

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

background-color css

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

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

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

border-color css

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

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

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