Html Css Color HEX #D57619 Ochre

📋 copy color: '#D57619'

red 213 ◦ green 118 ◦ blue 25

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

Shades of Ochre #D57619

Tints of Ochre #D57619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 59.83%
G = 33.15%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D57619 (or 0xD57619) is known color: Ochre. HEX triplet: D5, 76 and 19. RGB value is (213,118,25). Sum of RGB (Red+Green+Blue) = 213+118+25=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D57619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57619 is #2A89E6. Grayscale: #888888. Windows color (decimal): -2787815 or 1668821. OLE color: 1668821.

HSL color Cylindrical-coordinate representation of color #D57619: hue angle of 29.68º 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 #D57619 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 118 25 -
CMYK 0 0.45 0.88 0.16
HSL 29.68º 0.79% 0.47% -
HSV(B) 29.68º 0.88% 0.84% -
XYZ 34.09 27.17 4.37 -
YUV 135.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 213 118 25 0 0.45 0.88 0.16 29.68 0.79 0.47
Hex D5 76 19 0 2D 58 10 1E 4F 2F
Octal 325 166 31 0 55 130 20 36 117 57
Binary 11010101 1110110 11001 0 101101 1011000 10000 11110 1001111 101111

Color Harmonies of #D57619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57619

Black with #D57619

Text Example


Text Example

White with #D57619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57619; }

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

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

background-color css

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

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

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

border-color css

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

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

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