Html Css Color HEX #D2861F Ochre

📋 copy color: '#D2861F'

red 210 ◦ green 134 ◦ blue 31

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

Shades of Ochre #D2861F

Tints of Ochre #D2861F

RGB

 RED value IS 210 (82.42% from 255) = 56%

 GREEN value IS 134 (52.73% from 255) = 35.73%

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

R = 56%
G = 35.73%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2861F (or 0xD2861F) is known color: Ochre. HEX triplet: D2, 86 and 1F. RGB value is (210,134,31). Sum of RGB (Red+Green+Blue) = 210+134+31=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2861F is #2D79E0. Grayscale: #919191. Windows color (decimal): -2980321 or 2066130. OLE color: 2066130.

HSL color Cylindrical-coordinate representation of color #D2861F: hue angle of 34.53º 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 #D2861F is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 31 -
CMYK 0 0.36 0.85 0.18
HSL 34.53º 0.74% 0.47% -
HSV(B) 34.53º 0.85% 0.82% -
XYZ 35.35 30.85 5.39 -
YUV 144.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 210 134 31 0 0.36 0.85 0.18 34.53 0.74 0.47
Hex D2 86 1F 0 24 55 12 23 4A 2F
Octal 322 206 37 0 44 125 22 43 112 57
Binary 11010010 10000110 11111 0 100100 1010101 10010 100011 1001010 101111

Color Harmonies of #D2861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2861F

Black with #D2861F

Text Example


Text Example

White with #D2861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2861F; }

 p { color: rgb(210,134,31); }

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

background-color css

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

 a { background-color: rgb(210,134,31); }

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

border-color css

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

 span { border-color: rgb(210,134,31); }

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