Html Css Color HEX #D97A17 Ochre

📋 copy color: '#D97A17'

red 217 ◦ green 122 ◦ blue 23

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

Shades of Ochre #D97A17

Tints of Ochre #D97A17

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 59.94%
G = 33.7%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97A17 (or 0xD97A17) is known color: Ochre. HEX triplet: D9, 7A and 17. RGB value is (217,122,23). Sum of RGB (Red+Green+Blue) = 217+122+23=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97A17 is #2685E8. Grayscale: #8B8B8B. Windows color (decimal): -2524649 or 1538777. OLE color: 1538777.

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

Color convert

RGB 217 122 23 -
CMYK 0 0.44 0.89 0.15
HSL 30.62º 0.81% 0.47% -
HSV(B) 30.62º 0.89% 0.85% -
XYZ 35.73 28.73 4.47 -
YUV 139.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 217 122 23 0 0.44 0.89 0.15 30.62 0.81 0.47
Hex D9 7A 17 0 2C 59 F 1F 51 2F
Octal 331 172 27 0 54 131 17 37 121 57
Binary 11011001 1111010 10111 0 101100 1011001 1111 11111 1010001 101111

Color Harmonies of #D97A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A17

Black with #D97A17

Text Example


Text Example

White with #D97A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A17; }

 p { color: rgb(217,122,23); }

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

background-color css

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

 a { background-color: rgb(217,122,23); }

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

border-color css

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

 span { border-color: rgb(217,122,23); }

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