Html Css Color HEX #D28310 Ochre

📋 copy color: '#D28310'

red 210 ◦ green 131 ◦ blue 16

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

Shades of Ochre #D28310

Tints of Ochre #D28310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 58.82%
G = 36.69%
B = 4.48%

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

#D28310 (or 0xD28310) is known color: Ochre. HEX triplet: D2, 83 and 10. RGB value is (210,131,16). Sum of RGB (Red+Green+Blue) = 210+131+16=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D28310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28310 is #2D7CEF. Grayscale: #8E8E8E. Windows color (decimal): -2981104 or 1082322. OLE color: 1082322.

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

Color convert

RGB 210 131 16 -
CMYK 0 0.38 0.92 0.18
HSL 35.57º 0.86% 0.44% -
HSV(B) 35.57º 0.92% 0.82% -
XYZ 34.79 29.97 4.44 -
YUV 141.51 57.17 176.85 -
System Red Green Blue C M Y K H S L
Decimal 210 131 16 0 0.38 0.92 0.18 35.57 0.86 0.44
Hex D2 83 10 0 26 5C 12 24 56 2C
Octal 322 203 20 0 46 134 22 44 126 54
Binary 11010010 10000011 10000 0 100110 1011100 10010 100100 1010110 101100

Color Harmonies of #D28310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28310

Black with #D28310

Text Example


Text Example

White with #D28310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28310; }

 p { color: rgb(210,131,16); }

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

background-color css

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

 a { background-color: rgb(210,131,16); }

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

border-color css

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

 span { border-color: rgb(210,131,16); }

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