Html Css Color HEX #D15F22 Chocolate

📋 copy color: '#D15F22'

red 209 ◦ green 95 ◦ blue 34

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

Shades of Chocolate #D15F22

Tints of Chocolate #D15F22

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 34 (13.67% from 255) = 10.06%

R = 61.83%
G = 28.11%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D15F22 (or 0xD15F22) is known color: Chocolate. HEX triplet: D1, 5F and 22. RGB value is (209,95,34). Sum of RGB (Red+Green+Blue) = 209+95+34=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15F22 is #2EA0DD. Grayscale: #7A7A7A. Windows color (decimal): -3055838 or 2252753. OLE color: 2252753.

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

Color convert

RGB 209 95 34 -
CMYK 0 0.55 0.84 0.18
HSL 20.91º 0.72% 0.48% -
HSV(B) 20.91º 0.84% 0.82% -
XYZ 30.68 21.86 4.12 -
YUV 122.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 209 95 34 0 0.55 0.84 0.18 20.91 0.72 0.48
Hex D1 5F 22 0 37 54 12 15 48 30
Octal 321 137 42 0 67 124 22 25 110 60
Binary 11010001 1011111 100010 0 110111 1010100 10010 10101 1001000 110000

Color Harmonies of #D15F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F22

Black with #D15F22

Text Example


Text Example

White with #D15F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F22; }

 p { color: rgb(209,95,34); }

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

background-color css

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

 a { background-color: rgb(209,95,34); }

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

border-color css

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

 span { border-color: rgb(209,95,34); }

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