Html Css Color HEX #D08817 Ochre

📋 copy color: '#D08817'

red 208 ◦ green 136 ◦ blue 23

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

Shades of Ochre #D08817

Tints of Ochre #D08817

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

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

R = 56.68%
G = 37.06%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08817 (or 0xD08817) is known color: Ochre. HEX triplet: D0, 88 and 17. RGB value is (208,136,23). Sum of RGB (Red+Green+Blue) = 208+136+23=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D08817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08817 is #2F77E8. Grayscale: #919191. Windows color (decimal): -3110889 or 1542352. OLE color: 1542352.

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

Color convert

RGB 208 136 23 -
CMYK 0 0.35 0.89 0.18
HSL 36.65º 0.8% 0.45% -
HSV(B) 36.65º 0.89% 0.82% -
XYZ 34.97 31.08 4.97 -
YUV 144.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 208 136 23 0 0.35 0.89 0.18 36.65 0.8 0.45
Hex D0 88 17 0 23 59 12 25 50 2D
Octal 320 210 27 0 43 131 22 45 120 55
Binary 11010000 10001000 10111 0 100011 1011001 10010 100101 1010000 101101

Color Harmonies of #D08817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08817

Black with #D08817

Text Example


Text Example

White with #D08817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08817; }

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

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

background-color css

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

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

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

border-color css

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

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

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