Html Css Color HEX #D17127 Ochre

📋 copy color: '#D17127'

red 209 ◦ green 113 ◦ blue 39

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

Shades of Ochre #D17127

Tints of Ochre #D17127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 57.89%
G = 31.3%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D17127 (or 0xD17127) is known color: Ochre. HEX triplet: D1, 71 and 27. RGB value is (209,113,39). Sum of RGB (Red+Green+Blue) = 209+113+39=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D17127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17127 is #2E8ED8. Grayscale: #858585. Windows color (decimal): -3051225 or 2585041. OLE color: 2585041.

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

Color convert

RGB 209 113 39 -
CMYK 0 0.46 0.81 0.18
HSL 26.12º 0.69% 0.49% -
HSV(B) 26.12º 0.81% 0.82% -
XYZ 32.57 25.51 5.13 -
YUV 133.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 209 113 39 0 0.46 0.81 0.18 26.12 0.69 0.49
Hex D1 71 27 0 2E 51 12 1A 45 31
Octal 321 161 47 0 56 121 22 32 105 61
Binary 11010001 1110001 100111 0 101110 1010001 10010 11010 1000101 110001

Color Harmonies of #D17127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17127

Black with #D17127

Text Example


Text Example

White with #D17127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17127; }

 p { color: rgb(209,113,39); }

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

background-color css

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

 a { background-color: rgb(209,113,39); }

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

border-color css

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

 span { border-color: rgb(209,113,39); }

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