Html Css Color HEX #D0871F Ochre

📋 copy color: '#D0871F'

red 208 ◦ green 135 ◦ blue 31

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

Shades of Ochre #D0871F

Tints of Ochre #D0871F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 55.61%
G = 36.1%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0871F (or 0xD0871F) is known color: Ochre. HEX triplet: D0, 87 and 1F. RGB value is (208,135,31). Sum of RGB (Red+Green+Blue) = 208+135+31=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0871F is #2F78E0. Grayscale: #919191. Windows color (decimal): -3111137 or 2066384. OLE color: 2066384.

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

Color convert

RGB 208 135 31 -
CMYK 0 0.35 0.85 0.18
HSL 35.25º 0.74% 0.47% -
HSV(B) 35.25º 0.85% 0.82% -
XYZ 34.92 30.84 5.41 -
YUV 144.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 208 135 31 0 0.35 0.85 0.18 35.25 0.74 0.47
Hex D0 87 1F 0 23 55 12 23 4A 2F
Octal 320 207 37 0 43 125 22 43 112 57
Binary 11010000 10000111 11111 0 100011 1010101 10010 100011 1001010 101111

Color Harmonies of #D0871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0871F

Black with #D0871F

Text Example


Text Example

White with #D0871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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