Html Css Color HEX #D2800E Ochre

📋 copy color: '#D2800E'

red 210 ◦ green 128 ◦ blue 14

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

Shades of Ochre #D2800E

Tints of Ochre #D2800E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

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

R = 59.66%
G = 36.36%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2800E (or 0xD2800E) is known color: Ochre. HEX triplet: D2, 80 and 0E. RGB value is (210,128,14). Sum of RGB (Red+Green+Blue) = 210+128+14=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2800E is #2D7FF1. Grayscale: #8C8C8C. Windows color (decimal): -2981874 or 950482. OLE color: 950482.

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

Color convert

RGB 210 128 14 -
CMYK 0 0.39 0.93 0.18
HSL 34.9º 0.88% 0.44% -
HSV(B) 34.9º 0.93% 0.82% -
XYZ 34.38 29.17 4.23 -
YUV 139.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 210 128 14 0 0.39 0.93 0.18 34.9 0.88 0.44
Hex D2 80 E 0 27 5D 12 23 58 2C
Octal 322 200 16 0 47 135 22 43 130 54
Binary 11010010 10000000 1110 0 100111 1011101 10010 100011 1011000 101100

Color Harmonies of #D2800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2800E

Black with #D2800E

Text Example


Text Example

White with #D2800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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