Html Css Color HEX #D37411 Ochre

📋 copy color: '#D37411'

red 211 ◦ green 116 ◦ blue 17

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

Shades of Ochre #D37411

Tints of Ochre #D37411

RGB

 RED value IS 211 (82.81% from 255) = 61.34%

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 61.34%
G = 33.72%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D37411 (or 0xD37411) is known color: Ochre. HEX triplet: D3, 74 and 11. RGB value is (211,116,17). Sum of RGB (Red+Green+Blue) = 211+116+17=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D37411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37411 is #2C8BEE. Grayscale: #858585. Windows color (decimal): -2919407 or 1144019. OLE color: 1144019.

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

Color convert

RGB 211 116 17 -
CMYK 0 0.45 0.92 0.17
HSL 30.62º 0.85% 0.45% -
HSV(B) 30.62º 0.92% 0.83% -
XYZ 33.21 26.38 3.87 -
YUV 133.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 211 116 17 0 0.45 0.92 0.17 30.62 0.85 0.45
Hex D3 74 11 0 2D 5C 11 1F 55 2D
Octal 323 164 21 0 55 134 21 37 125 55
Binary 11010011 1110100 10001 0 101101 1011100 10001 11111 1010101 101101

Color Harmonies of #D37411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37411

Black with #D37411

Text Example


Text Example

White with #D37411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37411; }

 p { color: rgb(211,116,17); }

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

background-color css

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

 a { background-color: rgb(211,116,17); }

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

border-color css

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

 span { border-color: rgb(211,116,17); }

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