Html Css Color HEX #D1871E Ochre

📋 copy color: '#D1871E'

red 209 ◦ green 135 ◦ blue 30

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

Shades of Ochre #D1871E

Tints of Ochre #D1871E

RGB

 RED value IS 209 (82.03% from 255) = 55.88%

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 55.88%
G = 36.1%
B = 8.02%

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

#D1871E (or 0xD1871E) is known color: Ochre. HEX triplet: D1, 87 and 1E. RGB value is (209,135,30). Sum of RGB (Red+Green+Blue) = 209+135+30=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1871E is #2E78E1. Grayscale: #919191. Windows color (decimal): -3045602 or 2000849. OLE color: 2000849.

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

Color convert

RGB 209 135 30 -
CMYK 0 0.35 0.86 0.18
HSL 35.2º 0.75% 0.47% -
HSV(B) 35.2º 0.86% 0.82% -
XYZ 35.19 30.98 5.35 -
YUV 145.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 209 135 30 0 0.35 0.86 0.18 35.2 0.75 0.47
Hex D1 87 1E 0 23 56 12 23 4B 2F
Octal 321 207 36 0 43 126 22 43 113 57
Binary 11010001 10000111 11110 0 100011 1010110 10010 100011 1001011 101111

Color Harmonies of #D1871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1871E

Black with #D1871E

Text Example


Text Example

White with #D1871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1871E; }

 p { color: rgb(209,135,30); }

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

background-color css

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

 a { background-color: rgb(209,135,30); }

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

border-color css

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

 span { border-color: rgb(209,135,30); }

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