Html Css Color HEX #D97619 Ochre

📋 copy color: '#D97619'

red 217 ◦ green 118 ◦ blue 25

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

Shades of Ochre #D97619

Tints of Ochre #D97619

RGB

 RED value IS 217 (85.16% from 255) = 60.28%

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

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

R = 60.28%
G = 32.78%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D97619 (or 0xD97619) is known color: Ochre. HEX triplet: D9, 76 and 19. RGB value is (217,118,25). Sum of RGB (Red+Green+Blue) = 217+118+25=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D97619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97619 is #2689E6. Grayscale: #898989. Windows color (decimal): -2525671 or 1668825. OLE color: 1668825.

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

Color convert

RGB 217 118 25 -
CMYK 0 0.46 0.88 0.15
HSL 29.06º 0.79% 0.47% -
HSV(B) 29.06º 0.88% 0.85% -
XYZ 35.27 27.78 4.42 -
YUV 137 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 217 118 25 0 0.46 0.88 0.15 29.06 0.79 0.47
Hex D9 76 19 0 2E 58 F 1D 4F 2F
Octal 331 166 31 0 56 130 17 35 117 57
Binary 11011001 1110110 11001 0 101110 1011000 1111 11101 1001111 101111

Color Harmonies of #D97619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97619

Black with #D97619

Text Example


Text Example

White with #D97619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97619; }

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

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

background-color css

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

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

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

border-color css

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

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

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