Html Css Color HEX #D65C1E Chocolate

📋 copy color: '#D65C1E'

red 214 ◦ green 92 ◦ blue 30

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

Shades of Chocolate #D65C1E

Tints of Chocolate #D65C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 63.69%
G = 27.38%
B = 8.93%

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

#D65C1E (or 0xD65C1E) is known color: Chocolate. HEX triplet: D6, 5C and 1E. RGB value is (214,92,30). Sum of RGB (Red+Green+Blue) = 214+92+30=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C1E is #29A3E1. Grayscale: #797979. Windows color (decimal): -2728930 or 1989846. OLE color: 1989846.

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

Color convert

RGB 214 92 30 -
CMYK 0 0.57 0.86 0.16
HSL 20.22º 0.75% 0.48% -
HSV(B) 20.22º 0.86% 0.84% -
XYZ 31.79 22.04 3.81 -
YUV 121.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 214 92 30 0 0.57 0.86 0.16 20.22 0.75 0.48
Hex D6 5C 1E 0 39 56 10 14 4B 30
Octal 326 134 36 0 71 126 20 24 113 60
Binary 11010110 1011100 11110 0 111001 1010110 10000 10100 1001011 110000

Color Harmonies of #D65C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C1E

Black with #D65C1E

Text Example


Text Example

White with #D65C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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