Html Css Color HEX #D28317 Ochre

📋 copy color: '#D28317'

red 210 ◦ green 131 ◦ blue 23

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

Shades of Ochre #D28317

Tints of Ochre #D28317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.32%

R = 57.69%
G = 35.99%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D28317 (or 0xD28317) is known color: Ochre. HEX triplet: D2, 83 and 17. RGB value is (210,131,23). Sum of RGB (Red+Green+Blue) = 210+131+23=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D28317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28317 is #2D7CE8. Grayscale: #8E8E8E. Windows color (decimal): -2981097 or 1541074. OLE color: 1541074.

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

Color convert

RGB 210 131 23 -
CMYK 0 0.38 0.89 0.18
HSL 34.65º 0.8% 0.46% -
HSV(B) 34.65º 0.89% 0.82% -
XYZ 34.85 30 4.76 -
YUV 142.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 210 131 23 0 0.38 0.89 0.18 34.65 0.8 0.46
Hex D2 83 17 0 26 59 12 23 50 2E
Octal 322 203 27 0 46 131 22 43 120 56
Binary 11010010 10000011 10111 0 100110 1011001 10010 100011 1010000 101110

Color Harmonies of #D28317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28317

Black with #D28317

Text Example


Text Example

White with #D28317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28317; }

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

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

background-color css

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

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

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

border-color css

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

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

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