Html Css Color HEX #D28213 Ochre

📋 copy color: '#D28213'

red 210 ◦ green 130 ◦ blue 19

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

Shades of Ochre #D28213

Tints of Ochre #D28213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 58.5%
G = 36.21%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D28213 (or 0xD28213) is known color: Ochre. HEX triplet: D2, 82 and 13. RGB value is (210,130,19). Sum of RGB (Red+Green+Blue) = 210+130+19=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D28213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28213 is #2D7DEC. Grayscale: #8D8D8D. Windows color (decimal): -2981357 or 1278674. OLE color: 1278674.

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

Color convert

RGB 210 130 19 -
CMYK 0 0.38 0.91 0.18
HSL 34.87º 0.83% 0.45% -
HSV(B) 34.87º 0.91% 0.82% -
XYZ 34.68 29.71 4.52 -
YUV 141.27 59 177.03 -
System Red Green Blue C M Y K H S L
Decimal 210 130 19 0 0.38 0.91 0.18 34.87 0.83 0.45
Hex D2 82 13 0 26 5B 12 23 53 2D
Octal 322 202 23 0 46 133 22 43 123 55
Binary 11010010 10000010 10011 0 100110 1011011 10010 100011 1010011 101101

Color Harmonies of #D28213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28213

Black with #D28213

Text Example


Text Example

White with #D28213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28213; }

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

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

background-color css

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

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

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

border-color css

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

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

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