Html Css Color HEX #D85F26 Chocolate

📋 copy color: '#D85F26'

red 216 ◦ green 95 ◦ blue 38

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

Shades of Chocolate #D85F26

Tints of Chocolate #D85F26

RGB

 RED value IS 216 (84.77% from 255) = 61.89%

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

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

R = 61.89%
G = 27.22%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D85F26 (or 0xD85F26) is known color: Chocolate. HEX triplet: D8, 5F and 26. RGB value is (216,95,38). Sum of RGB (Red+Green+Blue) = 216+95+38=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F26 is #27A0D9. Grayscale: #7D7D7D. Windows color (decimal): -2597082 or 2514904. OLE color: 2514904.

HSL color Cylindrical-coordinate representation of color #D85F26: hue angle of 19.21º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D85F26 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 38 -
CMYK 0 0.56 0.82 0.15
HSL 19.21º 0.7% 0.5% -
HSV(B) 19.21º 0.82% 0.85% -
XYZ 32.76 22.92 4.53 -
YUV 124.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 216 95 38 0 0.56 0.82 0.15 19.21 0.7 0.5
Hex D8 5F 26 0 38 52 F 13 46 32
Octal 330 137 46 0 70 122 17 23 106 62
Binary 11011000 1011111 100110 0 111000 1010010 1111 10011 1000110 110010

Color Harmonies of #D85F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F26

Black with #D85F26

Text Example


Text Example

White with #D85F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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