Html Css Color HEX #D17523 Ochre

📋 copy color: '#D17523'

red 209 ◦ green 117 ◦ blue 35

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

Shades of Ochre #D17523

Tints of Ochre #D17523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 57.89%
G = 32.41%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D17523 (or 0xD17523) is known color: Ochre. HEX triplet: D1, 75 and 23. RGB value is (209,117,35). Sum of RGB (Red+Green+Blue) = 209+117+35=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D17523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17523 is #2E8ADC. Grayscale: #878787. Windows color (decimal): -3050205 or 2323921. OLE color: 2323921.

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

Color convert

RGB 209 117 35 -
CMYK 0 0.44 0.83 0.18
HSL 28.28º 0.71% 0.48% -
HSV(B) 28.28º 0.83% 0.82% -
XYZ 32.96 26.4 4.95 -
YUV 135.16 71.48 180.67 -
System Red Green Blue C M Y K H S L
Decimal 209 117 35 0 0.44 0.83 0.18 28.28 0.71 0.48
Hex D1 75 23 0 2C 53 12 1C 47 30
Octal 321 165 43 0 54 123 22 34 107 60
Binary 11010001 1110101 100011 0 101100 1010011 10010 11100 1000111 110000

Color Harmonies of #D17523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17523

Black with #D17523

Text Example


Text Example

White with #D17523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17523; }

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

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

background-color css

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

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

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

border-color css

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

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

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