Html Css Color HEX #D28611 Ochre

📋 copy color: '#D28611'

red 210 ◦ green 134 ◦ blue 17

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

Shades of Ochre #D28611

Tints of Ochre #D28611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 58.17%
G = 37.12%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28611 (or 0xD28611) is known color: Ochre. HEX triplet: D2, 86 and 11. RGB value is (210,134,17). Sum of RGB (Red+Green+Blue) = 210+134+17=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D28611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28611 is #2D79EE. Grayscale: #8F8F8F. Windows color (decimal): -2980335 or 1148626. OLE color: 1148626.

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

Color convert

RGB 210 134 17 -
CMYK 0 0.36 0.92 0.18
HSL 36.37º 0.85% 0.45% -
HSV(B) 36.37º 0.92% 0.82% -
XYZ 35.2 30.79 4.62 -
YUV 143.39 56.68 175.51 -
System Red Green Blue C M Y K H S L
Decimal 210 134 17 0 0.36 0.92 0.18 36.37 0.85 0.45
Hex D2 86 11 0 24 5C 12 24 55 2D
Octal 322 206 21 0 44 134 22 44 125 55
Binary 11010010 10000110 10001 0 100100 1011100 10010 100100 1010101 101101

Color Harmonies of #D28611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28611

Black with #D28611

Text Example


Text Example

White with #D28611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28611; }

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

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

background-color css

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

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

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

border-color css

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

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

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