Html Css Color HEX #D08517 Ochre

📋 copy color: '#D08517'

red 208 ◦ green 133 ◦ blue 23

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

Shades of Ochre #D08517

Tints of Ochre #D08517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

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

R = 57.14%
G = 36.54%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08517 (or 0xD08517) is known color: Ochre. HEX triplet: D0, 85 and 17. RGB value is (208,133,23). Sum of RGB (Red+Green+Blue) = 208+133+23=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D08517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08517 is #2F7AE8. Grayscale: #8F8F8F. Windows color (decimal): -3111657 or 1541584. OLE color: 1541584.

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

Color convert

RGB 208 133 23 -
CMYK 0 0.36 0.89 0.18
HSL 35.68º 0.8% 0.45% -
HSV(B) 35.68º 0.89% 0.82% -
XYZ 34.55 30.25 4.83 -
YUV 142.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 208 133 23 0 0.36 0.89 0.18 35.68 0.8 0.45
Hex D0 85 17 0 24 59 12 24 50 2D
Octal 320 205 27 0 44 131 22 44 120 55
Binary 11010000 10000101 10111 0 100100 1011001 10010 100100 1010000 101101

Color Harmonies of #D08517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08517

Black with #D08517

Text Example


Text Example

White with #D08517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08517; }

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

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

background-color css

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

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

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

border-color css

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

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

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