Html Css Color HEX #D28215 Ochre

📋 copy color: '#D28215'

red 210 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D28215

Tints of Ochre #D28215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 58.17%
G = 36.01%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D28215 (or 0xD28215) is known color: Ochre. HEX triplet: D2, 82 and 15. RGB value is (210,130,21). Sum of RGB (Red+Green+Blue) = 210+130+21=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D28215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28215 is #2D7DEA. Grayscale: #8E8E8E. Windows color (decimal): -2981355 or 1409746. OLE color: 1409746.

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

Color convert

RGB 210 130 21 -
CMYK 0 0.38 0.90 0.18
HSL 34.6º 0.82% 0.45% -
HSV(B) 34.6º 0.9% 0.82% -
XYZ 34.7 29.72 4.62 -
YUV 141.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 210 130 21 0 0.38 0.90 0.18 34.6 0.82 0.45
Hex D2 82 15 0 26 5A 12 23 52 2D
Octal 322 202 25 0 46 132 22 43 122 55
Binary 11010010 10000010 10101 0 100110 1011010 10010 100011 1010010 101101

Color Harmonies of #D28215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28215

Black with #D28215

Text Example


Text Example

White with #D28215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28215; }

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

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

background-color css

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

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

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

border-color css

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

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

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