Html Css Color HEX #D28211 Ochre

📋 copy color: '#D28211'

red 210 ◦ green 130 ◦ blue 17

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

Shades of Ochre #D28211

Tints of Ochre #D28211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.76%

R = 58.82%
G = 36.41%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28211 (or 0xD28211) is known color: Ochre. HEX triplet: D2, 82 and 11. RGB value is (210,130,17). Sum of RGB (Red+Green+Blue) = 210+130+17=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D28211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28211 is #2D7DEE. Grayscale: #8D8D8D. Windows color (decimal): -2981359 or 1147602. OLE color: 1147602.

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

Color convert

RGB 210 130 17 -
CMYK 0 0.38 0.92 0.18
HSL 35.13º 0.85% 0.45% -
HSV(B) 35.13º 0.92% 0.82% -
XYZ 34.66 29.71 4.44 -
YUV 141.04 58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 210 130 17 0 0.38 0.92 0.18 35.13 0.85 0.45
Hex D2 82 11 0 26 5C 12 23 55 2D
Octal 322 202 21 0 46 134 22 43 125 55
Binary 11010010 10000010 10001 0 100110 1011100 10010 100011 1010101 101101

Color Harmonies of #D28211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28211

Black with #D28211

Text Example


Text Example

White with #D28211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28211; }

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

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

background-color css

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

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

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

border-color css

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

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

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