Html Css Color HEX #D28113 Ochre

📋 copy color: '#D28113'

red 210 ◦ green 129 ◦ blue 19

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

Shades of Ochre #D28113

Tints of Ochre #D28113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

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

R = 58.66%
G = 36.03%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D28113 (or 0xD28113) is known color: Ochre. HEX triplet: D2, 81 and 13. RGB value is (210,129,19). Sum of RGB (Red+Green+Blue) = 210+129+19=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D28113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28113 is #2D7EEC. Grayscale: #8D8D8D. Windows color (decimal): -2981613 or 1278418. OLE color: 1278418.

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

Color convert

RGB 210 129 19 -
CMYK 0 0.39 0.91 0.18
HSL 34.55º 0.83% 0.45% -
HSV(B) 34.55º 0.91% 0.82% -
XYZ 34.55 29.45 4.48 -
YUV 140.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 210 129 19 0 0.39 0.91 0.18 34.55 0.83 0.45
Hex D2 81 13 0 27 5B 12 23 53 2D
Octal 322 201 23 0 47 133 22 43 123 55
Binary 11010010 10000001 10011 0 100111 1011011 10010 100011 1010011 101101

Color Harmonies of #D28113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28113

Black with #D28113

Text Example


Text Example

White with #D28113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28113; }

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

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

background-color css

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

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

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

border-color css

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

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

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