Html Css Color HEX #D17E1D Ochre

📋 copy color: '#D17E1D'

red 209 ◦ green 126 ◦ blue 29

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

Shades of Ochre #D17E1D

Tints of Ochre #D17E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 57.42%
G = 34.62%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D17E1D (or 0xD17E1D) is known color: Ochre. HEX triplet: D1, 7E and 1D. RGB value is (209,126,29). Sum of RGB (Red+Green+Blue) = 209+126+29=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E1D is #2E81E2. Grayscale: #8C8C8C. Windows color (decimal): -3047907 or 1933009. OLE color: 1933009.

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

Color convert

RGB 209 126 29 -
CMYK 0 0.40 0.86 0.18
HSL 32.33º 0.76% 0.47% -
HSV(B) 32.33º 0.86% 0.82% -
XYZ 33.98 28.57 4.89 -
YUV 139.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 209 126 29 0 0.40 0.86 0.18 32.33 0.76 0.47
Hex D1 7E 1D 0 28 56 12 20 4C 2F
Octal 321 176 35 0 50 126 22 40 114 57
Binary 11010001 1111110 11101 0 101000 1010110 10010 100000 1001100 101111

Color Harmonies of #D17E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E1D

Black with #D17E1D

Text Example


Text Example

White with #D17E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E1D; }

 p { color: rgb(209,126,29); }

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

background-color css

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

 a { background-color: rgb(209,126,29); }

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

border-color css

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

 span { border-color: rgb(209,126,29); }

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