Html Css Color HEX #D57419 Ochre

📋 copy color: '#D57419'

red 213 ◦ green 116 ◦ blue 25

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

Shades of Ochre #D57419

Tints of Ochre #D57419

RGB

 RED value IS 213 (83.59% from 255) = 60.17%

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

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

R = 60.17%
G = 32.77%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D57419 (or 0xD57419) is known color: Ochre. HEX triplet: D5, 74 and 19. RGB value is (213,116,25). Sum of RGB (Red+Green+Blue) = 213+116+25=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D57419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57419 is #2A8BE6. Grayscale: #878787. Windows color (decimal): -2788327 or 1668309. OLE color: 1668309.

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

Color convert

RGB 213 116 25 -
CMYK 0 0.46 0.88 0.16
HSL 29.04º 0.79% 0.47% -
HSV(B) 29.04º 0.88% 0.84% -
XYZ 33.86 26.71 4.29 -
YUV 134.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 213 116 25 0 0.46 0.88 0.16 29.04 0.79 0.47
Hex D5 74 19 0 2E 58 10 1D 4F 2F
Octal 325 164 31 0 56 130 20 35 117 57
Binary 11010101 1110100 11001 0 101110 1011000 10000 11101 1001111 101111

Color Harmonies of #D57419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57419

Black with #D57419

Text Example


Text Example

White with #D57419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57419; }

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

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

background-color css

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

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

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

border-color css

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

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

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