Html Css Color HEX #D65515 Chocolate

📋 copy color: '#D65515'

red 214 ◦ green 85 ◦ blue 21

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

Shades of Chocolate #D65515

Tints of Chocolate #D65515

RGB

 RED value IS 214 (83.98% from 255) = 66.88%

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 66.88%
G = 26.56%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65515 (or 0xD65515) is known color: Chocolate. HEX triplet: D6, 55 and 15. RGB value is (214,85,21). Sum of RGB (Red+Green+Blue) = 214+85+21=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D65515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65515 is #29AAEA. Grayscale: #747474. Windows color (decimal): -2730731 or 1398230. OLE color: 1398230.

HSL color Cylindrical-coordinate representation of color #D65515: hue angle of 19.9º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D65515 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 21 -
CMYK 0 0.60 0.90 0.16
HSL 19.9º 0.82% 0.46% -
HSV(B) 19.9º 0.9% 0.84% -
XYZ 31.12 20.85 3.09 -
YUV 116.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 214 85 21 0 0.60 0.90 0.16 19.9 0.82 0.46
Hex D6 55 15 0 3C 5A 10 14 52 2E
Octal 326 125 25 0 74 132 20 24 122 56
Binary 11010110 1010101 10101 0 111100 1011010 10000 10100 1010010 101110

Color Harmonies of #D65515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65515

Black with #D65515

Text Example


Text Example

White with #D65515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65515; }

 p { color: rgb(214,85,21); }

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

background-color css

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

 a { background-color: rgb(214,85,21); }

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

border-color css

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

 span { border-color: rgb(214,85,21); }

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