Html Css Color HEX #D17125 Ochre

📋 copy color: '#D17125'

red 209 ◦ green 113 ◦ blue 37

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

Shades of Ochre #D17125

Tints of Ochre #D17125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.31%

R = 58.22%
G = 31.48%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D17125 (or 0xD17125) is known color: Ochre. HEX triplet: D1, 71 and 25. RGB value is (209,113,37). Sum of RGB (Red+Green+Blue) = 209+113+37=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17125 is #2E8EDA. Grayscale: #858585. Windows color (decimal): -3051227 or 2453969. OLE color: 2453969.

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

Color convert

RGB 209 113 37 -
CMYK 0 0.46 0.82 0.18
HSL 26.51º 0.7% 0.48% -
HSV(B) 26.51º 0.82% 0.82% -
XYZ 32.53 25.5 4.96 -
YUV 133.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 209 113 37 0 0.46 0.82 0.18 26.51 0.7 0.48
Hex D1 71 25 0 2E 52 12 1B 46 30
Octal 321 161 45 0 56 122 22 33 106 60
Binary 11010001 1110001 100101 0 101110 1010010 10010 11011 1000110 110000

Color Harmonies of #D17125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17125

Black with #D17125

Text Example


Text Example

White with #D17125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17125; }

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

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

background-color css

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

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

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

border-color css

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

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

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