Html Css Color HEX #D2821F Ochre

📋 copy color: '#D2821F'

red 210 ◦ green 130 ◦ blue 31

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

Shades of Ochre #D2821F

Tints of Ochre #D2821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 56.6%
G = 35.04%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2821F (or 0xD2821F) is known color: Ochre. HEX triplet: D2, 82 and 1F. RGB value is (210,130,31). Sum of RGB (Red+Green+Blue) = 210+130+31=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2821F is #2D7DE0. Grayscale: #8F8F8F. Windows color (decimal): -2981345 or 2065106. OLE color: 2065106.

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

Color convert

RGB 210 130 31 -
CMYK 0 0.38 0.85 0.18
HSL 33.18º 0.74% 0.47% -
HSV(B) 33.18º 0.85% 0.82% -
XYZ 34.81 29.77 5.21 -
YUV 142.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 210 130 31 0 0.38 0.85 0.18 33.18 0.74 0.47
Hex D2 82 1F 0 26 55 12 21 4A 2F
Octal 322 202 37 0 46 125 22 41 112 57
Binary 11010010 10000010 11111 0 100110 1010101 10010 100001 1001010 101111

Color Harmonies of #D2821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2821F

Black with #D2821F

Text Example


Text Example

White with #D2821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2821F; }

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

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

background-color css

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

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

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

border-color css

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

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

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