Html Css Color HEX #D97B13 Ochre

📋 copy color: '#D97B13'

red 217 ◦ green 123 ◦ blue 19

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

Shades of Ochre #D97B13

Tints of Ochre #D97B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 60.45%
G = 34.26%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D97B13 (or 0xD97B13) is known color: Ochre. HEX triplet: D9, 7B and 13. RGB value is (217,123,19). Sum of RGB (Red+Green+Blue) = 217+123+19=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97B13 is #2684EC. Grayscale: #8B8B8B. Windows color (decimal): -2524397 or 1276889. OLE color: 1276889.

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

Color convert

RGB 217 123 19 -
CMYK 0 0.43 0.91 0.15
HSL 31.52º 0.84% 0.46% -
HSV(B) 31.52º 0.91% 0.85% -
XYZ 35.82 28.96 4.32 -
YUV 139.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 217 123 19 0 0.43 0.91 0.15 31.52 0.84 0.46
Hex D9 7B 13 0 2B 5B F 20 54 2E
Octal 331 173 23 0 53 133 17 40 124 56
Binary 11011001 1111011 10011 0 101011 1011011 1111 100000 1010100 101110

Color Harmonies of #D97B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B13

Black with #D97B13

Text Example


Text Example

White with #D97B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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