Html Css Color HEX #D17E0D Ochre

📋 copy color: '#D17E0D'

red 209 ◦ green 126 ◦ blue 13

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

Shades of Ochre #D17E0D

Tints of Ochre #D17E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 60.06%
G = 36.21%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D17E0D (or 0xD17E0D) is known color: Ochre. HEX triplet: D1, 7E and 0D. RGB value is (209,126,13). Sum of RGB (Red+Green+Blue) = 209+126+13=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17E0D is #2E81F2. Grayscale: #8A8A8A. Windows color (decimal): -3047923 or 884433. OLE color: 884433.

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

Color convert

RGB 209 126 13 -
CMYK 0 0.40 0.94 0.18
HSL 34.59º 0.88% 0.44% -
HSV(B) 34.59º 0.94% 0.82% -
XYZ 33.83 28.51 4.1 -
YUV 137.94 57.5 178.69 -
System Red Green Blue C M Y K H S L
Decimal 209 126 13 0 0.40 0.94 0.18 34.59 0.88 0.44
Hex D1 7E D 0 28 5E 12 23 58 2C
Octal 321 176 15 0 50 136 22 43 130 54
Binary 11010001 1111110 1101 0 101000 1011110 10010 100011 1011000 101100

Color Harmonies of #D17E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E0D

Black with #D17E0D

Text Example


Text Example

White with #D17E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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