Html Css Color HEX #D65415 Chocolate

📋 copy color: '#D65415'

red 214 ◦ green 84 ◦ blue 21

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

Shades of Chocolate #D65415

Tints of Chocolate #D65415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 67.08%
G = 26.33%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65415 (or 0xD65415) is known color: Chocolate. HEX triplet: D6, 54 and 15. RGB value is (214,84,21). Sum of RGB (Red+Green+Blue) = 214+84+21=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D65415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65415 is #29ABEA. Grayscale: #747474. Windows color (decimal): -2730987 or 1397974. OLE color: 1397974.

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

Color convert

RGB 214 84 21 -
CMYK 0 0.61 0.90 0.16
HSL 19.59º 0.82% 0.46% -
HSV(B) 19.59º 0.9% 0.84% -
XYZ 31.04 20.69 3.07 -
YUV 115.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 214 84 21 0 0.61 0.90 0.16 19.59 0.82 0.46
Hex D6 54 15 0 3D 5A 10 14 52 2E
Octal 326 124 25 0 75 132 20 24 122 56
Binary 11010110 1010100 10101 0 111101 1011010 10000 10100 1010010 101110

Color Harmonies of #D65415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65415

Black with #D65415

Text Example


Text Example

White with #D65415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65415; }

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

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

background-color css

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

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

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

border-color css

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

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

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