Html Css Color HEX #D2840E Ochre

📋 copy color: '#D2840E'

red 210 ◦ green 132 ◦ blue 14

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

Shades of Ochre #D2840E

Tints of Ochre #D2840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 58.99%
G = 37.08%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2840E (or 0xD2840E) is known color: Ochre. HEX triplet: D2, 84 and 0E. RGB value is (210,132,14). Sum of RGB (Red+Green+Blue) = 210+132+14=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2840E is #2D7BF1. Grayscale: #8E8E8E. Windows color (decimal): -2980850 or 951506. OLE color: 951506.

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

Color convert

RGB 210 132 14 -
CMYK 0 0.37 0.93 0.18
HSL 36.12º 0.88% 0.44% -
HSV(B) 36.12º 0.93% 0.82% -
XYZ 34.91 30.24 4.41 -
YUV 141.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 210 132 14 0 0.37 0.93 0.18 36.12 0.88 0.44
Hex D2 84 E 0 25 5D 12 24 58 2C
Octal 322 204 16 0 45 135 22 44 130 54
Binary 11010010 10000100 1110 0 100101 1011101 10010 100100 1011000 101100

Color Harmonies of #D2840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2840E

Black with #D2840E

Text Example


Text Example

White with #D2840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2840E; }

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

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

background-color css

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

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

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

border-color css

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

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

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