Html Css Color HEX #D97A14 Ochre

📋 copy color: '#D97A14'

red 217 ◦ green 122 ◦ blue 20

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

Shades of Ochre #D97A14

Tints of Ochre #D97A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 60.45%
G = 33.98%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D97A14 (or 0xD97A14) is known color: Ochre. HEX triplet: D9, 7A and 14. RGB value is (217,122,20). Sum of RGB (Red+Green+Blue) = 217+122+20=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97A14 is #2685EB. Grayscale: #8B8B8B. Windows color (decimal): -2524652 or 1342169. OLE color: 1342169.

HSL color Cylindrical-coordinate representation of color #D97A14: hue angle of 31.07º degrees, saturation: 0.83, 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 #D97A14 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 122 20 -
CMYK 0 0.44 0.91 0.15
HSL 31.07º 0.83% 0.46% -
HSV(B) 31.07º 0.91% 0.85% -
XYZ 35.7 28.72 4.32 -
YUV 138.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 217 122 20 0 0.44 0.91 0.15 31.07 0.83 0.46
Hex D9 7A 14 0 2C 5B F 1F 53 2E
Octal 331 172 24 0 54 133 17 37 123 56
Binary 11011001 1111010 10100 0 101100 1011011 1111 11111 1010011 101110

Color Harmonies of #D97A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A14

Black with #D97A14

Text Example


Text Example

White with #D97A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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