Html Css Color HEX #D17526 Ochre

📋 copy color: '#D17526'

red 209 ◦ green 117 ◦ blue 38

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

Shades of Ochre #D17526

Tints of Ochre #D17526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 38 (15.23% from 255) = 10.44%

R = 57.42%
G = 32.14%
B = 10.44%

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

#D17526 (or 0xD17526) is known color: Ochre. HEX triplet: D1, 75 and 26. RGB value is (209,117,38). Sum of RGB (Red+Green+Blue) = 209+117+38=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D17526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17526 is #2E8AD9. Grayscale: #878787. Windows color (decimal): -3050202 or 2520529. OLE color: 2520529.

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

Color convert

RGB 209 117 38 -
CMYK 0 0.44 0.82 0.18
HSL 27.72º 0.69% 0.48% -
HSV(B) 27.72º 0.82% 0.82% -
XYZ 33.01 26.42 5.19 -
YUV 135.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 209 117 38 0 0.44 0.82 0.18 27.72 0.69 0.48
Hex D1 75 26 0 2C 52 12 1C 45 30
Octal 321 165 46 0 54 122 22 34 105 60
Binary 11010001 1110101 100110 0 101100 1010010 10010 11100 1000101 110000

Color Harmonies of #D17526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17526

Black with #D17526

Text Example


Text Example

White with #D17526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17526; }

 p { color: rgb(209,117,38); }

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

background-color css

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

 a { background-color: rgb(209,117,38); }

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

border-color css

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

 span { border-color: rgb(209,117,38); }

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