Html Css Color HEX #D15F26 Chocolate

📋 copy color: '#D15F26'

red 209 ◦ green 95 ◦ blue 38

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

Shades of Chocolate #D15F26

Tints of Chocolate #D15F26

RGB

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

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

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

R = 61.11%
G = 27.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D15F26 (or 0xD15F26) is known color: Chocolate. HEX triplet: D1, 5F and 26. RGB value is (209,95,38). Sum of RGB (Red+Green+Blue) = 209+95+38=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15F26 is #2EA0D9. Grayscale: #7A7A7A. Windows color (decimal): -3055834 or 2514897. OLE color: 2514897.

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

Color convert

RGB 209 95 38 -
CMYK 0 0.55 0.82 0.18
HSL 20º 0.69% 0.48% -
HSV(B) 20º 0.82% 0.82% -
XYZ 30.74 21.88 4.44 -
YUV 122.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 209 95 38 0 0.55 0.82 0.18 20 0.69 0.48
Hex D1 5F 26 0 37 52 12 14 45 30
Octal 321 137 46 0 67 122 22 24 105 60
Binary 11010001 1011111 100110 0 110111 1010010 10010 10100 1000101 110000

Color Harmonies of #D15F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F26

Black with #D15F26

Text Example


Text Example

White with #D15F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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