Html Css Color HEX #D0871D Ochre

📋 copy color: '#D0871D'

red 208 ◦ green 135 ◦ blue 29

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

Shades of Ochre #D0871D

Tints of Ochre #D0871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 55.91%
G = 36.29%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0871D (or 0xD0871D) is known color: Ochre. HEX triplet: D0, 87 and 1D. RGB value is (208,135,29). Sum of RGB (Red+Green+Blue) = 208+135+29=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0871D is #2F78E2. Grayscale: #919191. Windows color (decimal): -3111139 or 1935312. OLE color: 1935312.

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

Color convert

RGB 208 135 29 -
CMYK 0 0.35 0.86 0.18
HSL 35.53º 0.76% 0.46% -
HSV(B) 35.53º 0.86% 0.82% -
XYZ 34.9 30.83 5.27 -
YUV 144.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 208 135 29 0 0.35 0.86 0.18 35.53 0.76 0.46
Hex D0 87 1D 0 23 56 12 24 4C 2E
Octal 320 207 35 0 43 126 22 44 114 56
Binary 11010000 10000111 11101 0 100011 1010110 10010 100100 1001100 101110

Color Harmonies of #D0871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0871D

Black with #D0871D

Text Example


Text Example

White with #D0871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0871D; }

 p { color: rgb(208,135,29); }

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

background-color css

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

 a { background-color: rgb(208,135,29); }

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

border-color css

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

 span { border-color: rgb(208,135,29); }

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