Html Css Color HEX #D65915 Chocolate

📋 copy color: '#D65915'

red 214 ◦ green 89 ◦ blue 21

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

Shades of Chocolate #D65915

Tints of Chocolate #D65915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 66.05%
G = 27.47%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65915 (or 0xD65915) is known color: Chocolate. HEX triplet: D6, 59 and 15. RGB value is (214,89,21). Sum of RGB (Red+Green+Blue) = 214+89+21=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D65915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65915 is #29A6EA. Grayscale: #777777. Windows color (decimal): -2729707 or 1399254. OLE color: 1399254.

HSL color Cylindrical-coordinate representation of color #D65915: hue angle of 21.14º 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 #D65915 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 21 -
CMYK 0 0.58 0.90 0.16
HSL 21.14º 0.82% 0.46% -
HSV(B) 21.14º 0.9% 0.84% -
XYZ 31.44 21.5 3.2 -
YUV 118.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 214 89 21 0 0.58 0.90 0.16 21.14 0.82 0.46
Hex D6 59 15 0 3A 5A 10 15 52 2E
Octal 326 131 25 0 72 132 20 25 122 56
Binary 11010110 1011001 10101 0 111010 1011010 10000 10101 1010010 101110

Color Harmonies of #D65915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65915

Black with #D65915

Text Example


Text Example

White with #D65915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65915; }

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

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

background-color css

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

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

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

border-color css

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

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

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