Html Css Color HEX #D65A1D Chocolate

📋 copy color: '#D65A1D'

red 214 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #D65A1D

Tints of Chocolate #D65A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 64.26%
G = 27.03%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D65A1D (or 0xD65A1D) is known color: Chocolate. HEX triplet: D6, 5A and 1D. RGB value is (214,90,29). Sum of RGB (Red+Green+Blue) = 214+90+29=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A1D is #29A5E2. Grayscale: #787878. Windows color (decimal): -2729443 or 1923798. OLE color: 1923798.

HSL color Cylindrical-coordinate representation of color #D65A1D: hue angle of 19.78º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D65A1D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 29 -
CMYK 0 0.58 0.86 0.16
HSL 19.78º 0.76% 0.48% -
HSV(B) 19.78º 0.86% 0.84% -
XYZ 31.61 21.7 3.68 -
YUV 120.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 214 90 29 0 0.58 0.86 0.16 19.78 0.76 0.48
Hex D6 5A 1D 0 3A 56 10 14 4C 30
Octal 326 132 35 0 72 126 20 24 114 60
Binary 11010110 1011010 11101 0 111010 1010110 10000 10100 1001100 110000

Color Harmonies of #D65A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A1D

Black with #D65A1D

Text Example


Text Example

White with #D65A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A1D; }

 p { color: rgb(214,90,29); }

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

background-color css

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

 a { background-color: rgb(214,90,29); }

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

border-color css

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

 span { border-color: rgb(214,90,29); }

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