Html Css Color HEX #D17F23 Ochre

📋 copy color: '#D17F23'

red 209 ◦ green 127 ◦ blue 35

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

Shades of Ochre #D17F23

Tints of Ochre #D17F23

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 56.33%
G = 34.23%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D17F23 (or 0xD17F23) is known color: Ochre. HEX triplet: D1, 7F and 23. RGB value is (209,127,35). Sum of RGB (Red+Green+Blue) = 209+127+35=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F23 is #2E80DC. Grayscale: #8D8D8D. Windows color (decimal): -3047645 or 2326481. OLE color: 2326481.

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

Color convert

RGB 209 127 35 -
CMYK 0 0.39 0.83 0.18
HSL 31.72º 0.71% 0.48% -
HSV(B) 31.72º 0.83% 0.82% -
XYZ 34.19 28.86 5.36 -
YUV 141.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 209 127 35 0 0.39 0.83 0.18 31.72 0.71 0.48
Hex D1 7F 23 0 27 53 12 20 47 30
Octal 321 177 43 0 47 123 22 40 107 60
Binary 11010001 1111111 100011 0 100111 1010011 10010 100000 1000111 110000

Color Harmonies of #D17F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F23

Black with #D17F23

Text Example


Text Example

White with #D17F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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