Html Css Color HEX #D17721 Ochre

📋 copy color: '#D17721'

red 209 ◦ green 119 ◦ blue 33

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

Shades of Ochre #D17721

Tints of Ochre #D17721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

 BLUE value IS 33 (13.28% from 255) = 9.14%

R = 57.89%
G = 32.96%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D17721 (or 0xD17721) is known color: Ochre. HEX triplet: D1, 77 and 21. RGB value is (209,119,33). Sum of RGB (Red+Green+Blue) = 209+119+33=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D17721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17721 is #2E88DE. Grayscale: #888888. Windows color (decimal): -3049695 or 2193361. OLE color: 2193361.

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

Color convert

RGB 209 119 33 -
CMYK 0 0.43 0.84 0.18
HSL 29.32º 0.73% 0.47% -
HSV(B) 29.32º 0.84% 0.82% -
XYZ 33.17 26.86 4.88 -
YUV 136.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 209 119 33 0 0.43 0.84 0.18 29.32 0.73 0.47
Hex D1 77 21 0 2B 54 12 1D 49 2F
Octal 321 167 41 0 53 124 22 35 111 57
Binary 11010001 1110111 100001 0 101011 1010100 10010 11101 1001001 101111

Color Harmonies of #D17721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17721

Black with #D17721

Text Example


Text Example

White with #D17721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17721; }

 p { color: rgb(209,119,33); }

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

background-color css

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

 a { background-color: rgb(209,119,33); }

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

border-color css

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

 span { border-color: rgb(209,119,33); }

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