Html Css Color HEX #D08819 Ochre

📋 copy color: '#D08819'

red 208 ◦ green 136 ◦ blue 25

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

Shades of Ochre #D08819

Tints of Ochre #D08819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 56.37%
G = 36.86%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D08819 (or 0xD08819) is known color: Ochre. HEX triplet: D0, 88 and 19. RGB value is (208,136,25). Sum of RGB (Red+Green+Blue) = 208+136+25=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D08819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08819 is #2F77E6. Grayscale: #919191. Windows color (decimal): -3110887 or 1673424. OLE color: 1673424.

HSL color Cylindrical-coordinate representation of color #D08819: hue angle of 36.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D08819 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 25 -
CMYK 0 0.35 0.88 0.18
HSL 36.39º 0.79% 0.46% -
HSV(B) 36.39º 0.88% 0.82% -
XYZ 34.99 31.09 5.08 -
YUV 144.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 208 136 25 0 0.35 0.88 0.18 36.39 0.79 0.46
Hex D0 88 19 0 23 58 12 24 4F 2E
Octal 320 210 31 0 43 130 22 44 117 56
Binary 11010000 10001000 11001 0 100011 1011000 10010 100100 1001111 101110

Color Harmonies of #D08819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08819

Black with #D08819

Text Example


Text Example

White with #D08819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08819; }

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

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

background-color css

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

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

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

border-color css

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

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

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