Html Css Color HEX #D08818 Ochre

📋 copy color: '#D08818'

red 208 ◦ green 136 ◦ blue 24

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

Shades of Ochre #D08818

Tints of Ochre #D08818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 56.52%
G = 36.96%
B = 6.52%

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

#D08818 (or 0xD08818) is known color: Ochre. HEX triplet: D0, 88 and 18. RGB value is (208,136,24). Sum of RGB (Red+Green+Blue) = 208+136+24=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D08818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08818 is #2F77E7. Grayscale: #919191. Windows color (decimal): -3110888 or 1607888. OLE color: 1607888.

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

Color convert

RGB 208 136 24 -
CMYK 0 0.35 0.88 0.18
HSL 36.52º 0.79% 0.45% -
HSV(B) 36.52º 0.88% 0.82% -
XYZ 34.98 31.08 5.02 -
YUV 144.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 208 136 24 0 0.35 0.88 0.18 36.52 0.79 0.45
Hex D0 88 18 0 23 58 12 25 4F 2D
Octal 320 210 30 0 43 130 22 45 117 55
Binary 11010000 10001000 11000 0 100011 1011000 10010 100101 1001111 101101

Color Harmonies of #D08818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08818

Black with #D08818

Text Example


Text Example

White with #D08818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08818; }

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

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

background-color css

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

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

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

border-color css

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

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

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