Html Css Color HEX #D28813 Ochre

📋 copy color: '#D28813'

red 210 ◦ green 136 ◦ blue 19

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

Shades of Ochre #D28813

Tints of Ochre #D28813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

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

R = 57.53%
G = 37.26%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D28813 (or 0xD28813) is known color: Ochre. HEX triplet: D2, 88 and 13. RGB value is (210,136,19). Sum of RGB (Red+Green+Blue) = 210+136+19=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D28813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28813 is #2D77EC. Grayscale: #919191. Windows color (decimal): -2979821 or 1280210. OLE color: 1280210.

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

Color convert

RGB 210 136 19 -
CMYK 0 0.35 0.91 0.18
HSL 36.75º 0.83% 0.45% -
HSV(B) 36.75º 0.91% 0.82% -
XYZ 35.5 31.36 4.8 -
YUV 144.79 57.02 174.51 -
System Red Green Blue C M Y K H S L
Decimal 210 136 19 0 0.35 0.91 0.18 36.75 0.83 0.45
Hex D2 88 13 0 23 5B 12 25 53 2D
Octal 322 210 23 0 43 133 22 45 123 55
Binary 11010010 10001000 10011 0 100011 1011011 10010 100101 1010011 101101

Color Harmonies of #D28813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28813

Black with #D28813

Text Example


Text Example

White with #D28813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28813; }

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

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

background-color css

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

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

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

border-color css

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

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

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