Html Css Color HEX #D17521 Ochre

📋 copy color: '#D17521'

red 209 ◦ green 117 ◦ blue 33

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

Shades of Ochre #D17521

Tints of Ochre #D17521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 58.22%
G = 32.59%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D17521 (or 0xD17521) is known color: Ochre. HEX triplet: D1, 75 and 21. RGB value is (209,117,33). Sum of RGB (Red+Green+Blue) = 209+117+33=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17521 is #2E8ADE. Grayscale: #878787. Windows color (decimal): -3050207 or 2192849. OLE color: 2192849.

HSL color Cylindrical-coordinate representation of color #D17521: hue angle of 28.64º 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 #D17521 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 117 33 -
CMYK 0 0.44 0.84 0.18
HSL 28.64º 0.73% 0.47% -
HSV(B) 28.64º 0.84% 0.82% -
XYZ 32.93 26.39 4.8 -
YUV 134.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 209 117 33 0 0.44 0.84 0.18 28.64 0.73 0.47
Hex D1 75 21 0 2C 54 12 1D 49 2F
Octal 321 165 41 0 54 124 22 35 111 57
Binary 11010001 1110101 100001 0 101100 1010100 10010 11101 1001001 101111

Color Harmonies of #D17521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17521

Black with #D17521

Text Example


Text Example

White with #D17521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17521; }

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

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

background-color css

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

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

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

border-color css

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

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

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