Html Css Color HEX #D37410 Ochre

📋 copy color: '#D37410'

red 211 ◦ green 116 ◦ blue 16

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

Shades of Ochre #D37410

Tints of Ochre #D37410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 61.52%
G = 33.82%
B = 4.66%

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

#D37410 (or 0xD37410) is known color: Ochre. HEX triplet: D3, 74 and 10. RGB value is (211,116,16). Sum of RGB (Red+Green+Blue) = 211+116+16=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D37410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37410 is #2C8BEF. Grayscale: #858585. Windows color (decimal): -2919408 or 1078483. OLE color: 1078483.

HSL color Cylindrical-coordinate representation of color #D37410: hue angle of 30.77º degrees, saturation: 0.86, 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 #D37410 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 116 16 -
CMYK 0 0.45 0.92 0.17
HSL 30.77º 0.86% 0.45% -
HSV(B) 30.77º 0.92% 0.83% -
XYZ 33.2 26.38 3.83 -
YUV 133.01 61.97 183.63 -
System Red Green Blue C M Y K H S L
Decimal 211 116 16 0 0.45 0.92 0.17 30.77 0.86 0.45
Hex D3 74 10 0 2D 5C 11 1F 56 2D
Octal 323 164 20 0 55 134 21 37 126 55
Binary 11010011 1110100 10000 0 101101 1011100 10001 11111 1010110 101101

Color Harmonies of #D37410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37410

Black with #D37410

Text Example


Text Example

White with #D37410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37410; }

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

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

background-color css

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

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

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

border-color css

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

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

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