Html Css Color HEX #D28217 Ochre

📋 copy color: '#D28217'

red 210 ◦ green 130 ◦ blue 23

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

Shades of Ochre #D28217

Tints of Ochre #D28217

RGB

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

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

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

R = 57.85%
G = 35.81%
B = 6.34%

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

#D28217 (or 0xD28217) is known color: Ochre. HEX triplet: D2, 82 and 17. RGB value is (210,130,23). Sum of RGB (Red+Green+Blue) = 210+130+23=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D28217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28217 is #2D7DE8. Grayscale: #8E8E8E. Windows color (decimal): -2981353 or 1540818. OLE color: 1540818.

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

Color convert

RGB 210 130 23 -
CMYK 0 0.38 0.89 0.18
HSL 34.33º 0.8% 0.46% -
HSV(B) 34.33º 0.89% 0.82% -
XYZ 34.72 29.73 4.72 -
YUV 141.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 210 130 23 0 0.38 0.89 0.18 34.33 0.8 0.46
Hex D2 82 17 0 26 59 12 22 50 2E
Octal 322 202 27 0 46 131 22 42 120 56
Binary 11010010 10000010 10111 0 100110 1011001 10010 100010 1010000 101110

Color Harmonies of #D28217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28217

Black with #D28217

Text Example


Text Example

White with #D28217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28217; }

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

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

background-color css

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

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

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

border-color css

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

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

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