Html Css Color HEX #D17921 Ochre

📋 copy color: '#D17921'

red 209 ◦ green 121 ◦ blue 33

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

Shades of Ochre #D17921

Tints of Ochre #D17921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 57.58%
G = 33.33%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D17921 (or 0xD17921) is known color: Ochre. HEX triplet: D1, 79 and 21. RGB value is (209,121,33). Sum of RGB (Red+Green+Blue) = 209+121+33=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D17921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17921 is #2E86DE. Grayscale: #898989. Windows color (decimal): -3049183 or 2193873. OLE color: 2193873.

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

Color convert

RGB 209 121 33 -
CMYK 0 0.42 0.84 0.18
HSL 30º 0.73% 0.47% -
HSV(B) 30º 0.84% 0.82% -
XYZ 33.41 27.34 4.96 -
YUV 137.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 209 121 33 0 0.42 0.84 0.18 30 0.73 0.47
Hex D1 79 21 0 2A 54 12 1E 49 2F
Octal 321 171 41 0 52 124 22 36 111 57
Binary 11010001 1111001 100001 0 101010 1010100 10010 11110 1001001 101111

Color Harmonies of #D17921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17921

Black with #D17921

Text Example


Text Example

White with #D17921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17921; }

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

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

background-color css

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

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

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

border-color css

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

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

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