Html Css Color HEX #D17425 Ochre

📋 copy color: '#D17425'

red 209 ◦ green 116 ◦ blue 37

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

Shades of Ochre #D17425

Tints of Ochre #D17425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

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

R = 57.73%
G = 32.04%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D17425 (or 0xD17425) is known color: Ochre. HEX triplet: D1, 74 and 25. RGB value is (209,116,37). Sum of RGB (Red+Green+Blue) = 209+116+37=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D17425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17425 is #2E8BDA. Grayscale: #878787. Windows color (decimal): -3050459 or 2454737. OLE color: 2454737.

HSL color Cylindrical-coordinate representation of color #D17425: hue angle of 27.56º 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 #D17425 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 116 37 -
CMYK 0 0.44 0.82 0.18
HSL 27.56º 0.7% 0.48% -
HSV(B) 27.56º 0.82% 0.82% -
XYZ 32.87 26.18 5.07 -
YUV 134.8 72.81 180.92 -
System Red Green Blue C M Y K H S L
Decimal 209 116 37 0 0.44 0.82 0.18 27.56 0.7 0.48
Hex D1 74 25 0 2C 52 12 1C 46 30
Octal 321 164 45 0 54 122 22 34 106 60
Binary 11010001 1110100 100101 0 101100 1010010 10010 11100 1000110 110000

Color Harmonies of #D17425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17425

Black with #D17425

Text Example


Text Example

White with #D17425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17425; }

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

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

background-color css

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

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

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

border-color css

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

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

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