Html Css Color HEX #D97B17 Ochre

📋 copy color: '#D97B17'

red 217 ◦ green 123 ◦ blue 23

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

Shades of Ochre #D97B17

Tints of Ochre #D97B17

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

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

R = 59.78%
G = 33.88%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97B17 (or 0xD97B17) is known color: Ochre. HEX triplet: D9, 7B and 17. RGB value is (217,123,23). Sum of RGB (Red+Green+Blue) = 217+123+23=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97B17 is #2684E8. Grayscale: #8C8C8C. Windows color (decimal): -2524393 or 1539033. OLE color: 1539033.

HSL color Cylindrical-coordinate representation of color #D97B17: hue angle of 30.93º 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 #D97B17 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 123 23 -
CMYK 0 0.43 0.89 0.15
HSL 30.93º 0.81% 0.47% -
HSV(B) 30.93º 0.89% 0.85% -
XYZ 35.85 28.98 4.51 -
YUV 139.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 217 123 23 0 0.43 0.89 0.15 30.93 0.81 0.47
Hex D9 7B 17 0 2B 59 F 1F 51 2F
Octal 331 173 27 0 53 131 17 37 121 57
Binary 11011001 1111011 10111 0 101011 1011001 1111 11111 1010001 101111

Color Harmonies of #D97B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B17

Black with #D97B17

Text Example


Text Example

White with #D97B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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