Html Css Color HEX #D2871D Ochre

📋 copy color: '#D2871D'

red 210 ◦ green 135 ◦ blue 29

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

Shades of Ochre #D2871D

Tints of Ochre #D2871D

RGB

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

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

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

R = 56.15%
G = 36.1%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2871D (or 0xD2871D) is known color: Ochre. HEX triplet: D2, 87 and 1D. RGB value is (210,135,29). Sum of RGB (Red+Green+Blue) = 210+135+29=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2871D is #2D78E2. Grayscale: #919191. Windows color (decimal): -2980067 or 1935314. OLE color: 1935314.

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

Color convert

RGB 210 135 29 -
CMYK 0 0.36 0.86 0.18
HSL 35.14º 0.76% 0.47% -
HSV(B) 35.14º 0.86% 0.82% -
XYZ 35.46 31.12 5.3 -
YUV 145.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 210 135 29 0 0.36 0.86 0.18 35.14 0.76 0.47
Hex D2 87 1D 0 24 56 12 23 4C 2F
Octal 322 207 35 0 44 126 22 43 114 57
Binary 11010010 10000111 11101 0 100100 1010110 10010 100011 1001100 101111

Color Harmonies of #D2871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2871D

Black with #D2871D

Text Example


Text Example

White with #D2871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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