Html Css Color HEX #D65D1D Chocolate

📋 copy color: '#D65D1D'

red 214 ◦ green 93 ◦ blue 29

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

Shades of Chocolate #D65D1D

Tints of Chocolate #D65D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

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

R = 63.69%
G = 27.68%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D65D1D (or 0xD65D1D) is known color: Chocolate. HEX triplet: D6, 5D and 1D. RGB value is (214,93,29). Sum of RGB (Red+Green+Blue) = 214+93+29=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D1D is #29A2E2. Grayscale: #7A7A7A. Windows color (decimal): -2728675 or 1924566. OLE color: 1924566.

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

Color convert

RGB 214 93 29 -
CMYK 0 0.57 0.86 0.16
HSL 20.76º 0.76% 0.48% -
HSV(B) 20.76º 0.86% 0.84% -
XYZ 31.87 22.21 3.77 -
YUV 121.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 214 93 29 0 0.57 0.86 0.16 20.76 0.76 0.48
Hex D6 5D 1D 0 39 56 10 15 4C 30
Octal 326 135 35 0 71 126 20 25 114 60
Binary 11010110 1011101 11101 0 111001 1010110 10000 10101 1001100 110000

Color Harmonies of #D65D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D1D

Black with #D65D1D

Text Example


Text Example

White with #D65D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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