Html Css Color HEX #D2820E Ochre

📋 copy color: '#D2820E'

red 210 ◦ green 130 ◦ blue 14

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

Shades of Ochre #D2820E

Tints of Ochre #D2820E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 59.32%
G = 36.72%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2820E (or 0xD2820E) is known color: Ochre. HEX triplet: D2, 82 and 0E. RGB value is (210,130,14). Sum of RGB (Red+Green+Blue) = 210+130+14=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2820E is #2D7DF1. Grayscale: #8D8D8D. Windows color (decimal): -2981362 or 950994. OLE color: 950994.

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

Color convert

RGB 210 130 14 -
CMYK 0 0.38 0.93 0.18
HSL 35.51º 0.88% 0.44% -
HSV(B) 35.51º 0.93% 0.82% -
XYZ 34.64 29.7 4.32 -
YUV 140.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 210 130 14 0 0.38 0.93 0.18 35.51 0.88 0.44
Hex D2 82 E 0 26 5D 12 24 58 2C
Octal 322 202 16 0 46 135 22 44 130 54
Binary 11010010 10000010 1110 0 100110 1011101 10010 100100 1011000 101100

Color Harmonies of #D2820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2820E

Black with #D2820E

Text Example


Text Example

White with #D2820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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