Html Css Color HEX #D28111 Ochre

📋 copy color: '#D28111'

red 210 ◦ green 129 ◦ blue 17

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

Shades of Ochre #D28111

Tints of Ochre #D28111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.78%

R = 58.99%
G = 36.24%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28111 (or 0xD28111) is known color: Ochre. HEX triplet: D2, 81 and 11. RGB value is (210,129,17). Sum of RGB (Red+Green+Blue) = 210+129+17=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D28111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28111 is #2D7EEE. Grayscale: #8C8C8C. Windows color (decimal): -2981615 or 1147346. OLE color: 1147346.

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

Color convert

RGB 210 129 17 -
CMYK 0 0.39 0.92 0.18
HSL 34.82º 0.85% 0.45% -
HSV(B) 34.82º 0.92% 0.82% -
XYZ 34.53 29.44 4.39 -
YUV 140.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 210 129 17 0 0.39 0.92 0.18 34.82 0.85 0.45
Hex D2 81 11 0 27 5C 12 23 55 2D
Octal 322 201 21 0 47 134 22 43 125 55
Binary 11010010 10000001 10001 0 100111 1011100 10010 100011 1010101 101101

Color Harmonies of #D28111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28111

Black with #D28111

Text Example


Text Example

White with #D28111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28111; }

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

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

background-color css

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

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

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

border-color css

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

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

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