Html Css Color HEX #D17817 Ochre

📋 copy color: '#D17817'

red 209 ◦ green 120 ◦ blue 23

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

Shades of Ochre #D17817

Tints of Ochre #D17817

RGB

 RED value IS 209 (82.03% from 255) = 59.38%

 GREEN value IS 120 (47.27% from 255) = 34.09%

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

R = 59.38%
G = 34.09%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17817 (or 0xD17817) is known color: Ochre. HEX triplet: D1, 78 and 17. RGB value is (209,120,23). Sum of RGB (Red+Green+Blue) = 209+120+23=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D17817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17817 is #2E87E8. Grayscale: #888888. Windows color (decimal): -3049449 or 1538257. OLE color: 1538257.

HSL color Cylindrical-coordinate representation of color #D17817: hue angle of 31.29º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D17817 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 120 23 -
CMYK 0 0.43 0.89 0.18
HSL 31.29º 0.8% 0.45% -
HSV(B) 31.29º 0.89% 0.82% -
XYZ 33.17 27.05 4.28 -
YUV 135.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 209 120 23 0 0.43 0.89 0.18 31.29 0.8 0.45
Hex D1 78 17 0 2B 59 12 1F 50 2D
Octal 321 170 27 0 53 131 22 37 120 55
Binary 11010001 1111000 10111 0 101011 1011001 10010 11111 1010000 101101

Color Harmonies of #D17817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17817

Black with #D17817

Text Example


Text Example

White with #D17817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17817; }

 p { color: rgb(209,120,23); }

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

background-color css

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

 a { background-color: rgb(209,120,23); }

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

border-color css

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

 span { border-color: rgb(209,120,23); }

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