Html Css Color HEX #D17D1C Ochre

📋 copy color: '#D17D1C'

red 209 ◦ green 125 ◦ blue 28

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

Shades of Ochre #D17D1C

Tints of Ochre #D17D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 57.73%
G = 34.53%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D17D1C (or 0xD17D1C) is known color: Ochre. HEX triplet: D1, 7D and 1C. RGB value is (209,125,28). Sum of RGB (Red+Green+Blue) = 209+125+28=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D1C is #2E82E3. Grayscale: #8B8B8B. Windows color (decimal): -3048164 or 1867217. OLE color: 1867217.

HSL color Cylindrical-coordinate representation of color #D17D1C: hue angle of 32.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D17D1C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 28 -
CMYK 0 0.40 0.87 0.18
HSL 32.15º 0.76% 0.46% -
HSV(B) 32.15º 0.87% 0.82% -
XYZ 33.84 28.31 4.78 -
YUV 139.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 209 125 28 0 0.40 0.87 0.18 32.15 0.76 0.46
Hex D1 7D 1C 0 28 57 12 20 4C 2E
Octal 321 175 34 0 50 127 22 40 114 56
Binary 11010001 1111101 11100 0 101000 1010111 10010 100000 1001100 101110

Color Harmonies of #D17D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D1C

Black with #D17D1C

Text Example


Text Example

White with #D17D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D1C; }

 p { color: rgb(209,125,28); }

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

background-color css

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

 a { background-color: rgb(209,125,28); }

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

border-color css

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

 span { border-color: rgb(209,125,28); }

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