Html Css Color HEX #D37419 Ochre

📋 copy color: '#D37419'

red 211 ◦ green 116 ◦ blue 25

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

Shades of Ochre #D37419

Tints of Ochre #D37419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 59.94%
G = 32.95%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D37419 (or 0xD37419) is known color: Ochre. HEX triplet: D3, 74 and 19. RGB value is (211,116,25). Sum of RGB (Red+Green+Blue) = 211+116+25=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D37419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37419 is #2C8BE6. Grayscale: #868686. Windows color (decimal): -2919399 or 1668307. OLE color: 1668307.

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

Color convert

RGB 211 116 25 -
CMYK 0 0.45 0.88 0.17
HSL 29.35º 0.79% 0.46% -
HSV(B) 29.35º 0.88% 0.83% -
XYZ 33.28 26.41 4.26 -
YUV 134.03 66.47 182.9 -
System Red Green Blue C M Y K H S L
Decimal 211 116 25 0 0.45 0.88 0.17 29.35 0.79 0.46
Hex D3 74 19 0 2D 58 11 1D 4F 2E
Octal 323 164 31 0 55 130 21 35 117 56
Binary 11010011 1110100 11001 0 101101 1011000 10001 11101 1001111 101110

Color Harmonies of #D37419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37419

Black with #D37419

Text Example


Text Example

White with #D37419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37419; }

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

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

background-color css

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

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

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

border-color css

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

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

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