Html Css Color HEX #D2831B Ochre

📋 copy color: '#D2831B'

red 210 ◦ green 131 ◦ blue 27

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

Shades of Ochre #D2831B

Tints of Ochre #D2831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

 BLUE value IS 27 (10.94% from 255) = 7.34%

R = 57.07%
G = 35.6%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2831B (or 0xD2831B) is known color: Ochre. HEX triplet: D2, 83 and 1B. RGB value is (210,131,27). Sum of RGB (Red+Green+Blue) = 210+131+27=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2831B is #2D7CE4. Grayscale: #8F8F8F. Windows color (decimal): -2981093 or 1803218. OLE color: 1803218.

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

Color convert

RGB 210 131 27 -
CMYK 0 0.38 0.87 0.18
HSL 34.1º 0.77% 0.46% -
HSV(B) 34.1º 0.87% 0.82% -
XYZ 34.89 30.01 4.99 -
YUV 142.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 210 131 27 0 0.38 0.87 0.18 34.1 0.77 0.46
Hex D2 83 1B 0 26 57 12 22 4D 2E
Octal 322 203 33 0 46 127 22 42 115 56
Binary 11010010 10000011 11011 0 100110 1010111 10010 100010 1001101 101110

Color Harmonies of #D2831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2831B

Black with #D2831B

Text Example


Text Example

White with #D2831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2831B; }

 p { color: rgb(210,131,27); }

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

background-color css

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

 a { background-color: rgb(210,131,27); }

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

border-color css

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

 span { border-color: rgb(210,131,27); }

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