Html Css Color HEX #D65A1E Chocolate

📋 copy color: '#D65A1E'

red 214 ◦ green 90 ◦ blue 30

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

Shades of Chocolate #D65A1E

Tints of Chocolate #D65A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 64.07%
G = 26.95%
B = 8.98%

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

#D65A1E (or 0xD65A1E) is known color: Chocolate. HEX triplet: D6, 5A and 1E. RGB value is (214,90,30). Sum of RGB (Red+Green+Blue) = 214+90+30=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A1E is #29A5E1. Grayscale: #787878. Windows color (decimal): -2729442 or 1989334. OLE color: 1989334.

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

Color convert

RGB 214 90 30 -
CMYK 0 0.58 0.86 0.16
HSL 19.57º 0.75% 0.48% -
HSV(B) 19.57º 0.86% 0.84% -
XYZ 31.62 21.7 3.75 -
YUV 120.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 214 90 30 0 0.58 0.86 0.16 19.57 0.75 0.48
Hex D6 5A 1E 0 3A 56 10 14 4B 30
Octal 326 132 36 0 72 126 20 24 113 60
Binary 11010110 1011010 11110 0 111010 1010110 10000 10100 1001011 110000

Color Harmonies of #D65A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A1E

Black with #D65A1E

Text Example


Text Example

White with #D65A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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