Html Css Color HEX #D08812 Ochre

📋 copy color: '#D08812'

red 208 ◦ green 136 ◦ blue 18

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

Shades of Ochre #D08812

Tints of Ochre #D08812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 57.46%
G = 37.57%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D08812 (or 0xD08812) is known color: Ochre. HEX triplet: D0, 88 and 12. RGB value is (208,136,18). Sum of RGB (Red+Green+Blue) = 208+136+18=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D08812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08812 is #2F77ED. Grayscale: #909090. Windows color (decimal): -3110894 or 1214672. OLE color: 1214672.

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

Color convert

RGB 208 136 18 -
CMYK 0 0.35 0.91 0.18
HSL 37.26º 0.84% 0.44% -
HSV(B) 37.26º 0.91% 0.82% -
XYZ 34.93 31.06 4.73 -
YUV 144.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 208 136 18 0 0.35 0.91 0.18 37.26 0.84 0.44
Hex D0 88 12 0 23 5B 12 25 54 2C
Octal 320 210 22 0 43 133 22 45 124 54
Binary 11010000 10001000 10010 0 100011 1011011 10010 100101 1010100 101100

Color Harmonies of #D08812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08812

Black with #D08812

Text Example


Text Example

White with #D08812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08812; }

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

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

background-color css

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

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

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

border-color css

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

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

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