Html Css Color HEX #DC651E Chocolate

📋 copy color: '#DC651E'

red 220 ◦ green 101 ◦ blue 30

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

Shades of Chocolate #DC651E

Tints of Chocolate #DC651E

RGB

 RED value IS 220 (86.33% from 255) = 62.68%

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 62.68%
G = 28.77%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC651E (or 0xDC651E) is known color: Chocolate. HEX triplet: DC, 65 and 1E. RGB value is (220,101,30). Sum of RGB (Red+Green+Blue) = 220+101+30=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC651E is #239AE1. Grayscale: #808080. Windows color (decimal): -2333410 or 1992156. OLE color: 1992156.

HSL color Cylindrical-coordinate representation of color #DC651E: hue angle of 22.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC651E is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 101 30 -
CMYK 0 0.54 0.86 0.14
HSL 22.42º 0.76% 0.49% -
HSV(B) 22.42º 0.86% 0.86% -
XYZ 34.4 24.62 4.17 -
YUV 128.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 220 101 30 0 0.54 0.86 0.14 22.42 0.76 0.49
Hex DC 65 1E 0 36 56 E 16 4C 31
Octal 334 145 36 0 66 126 16 26 114 61
Binary 11011100 1100101 11110 0 110110 1010110 1110 10110 1001100 110001

Color Harmonies of #DC651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC651E

Black with #DC651E

Text Example


Text Example

White with #DC651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC651E; }

 p { color: rgb(220,101,30); }

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

background-color css

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

 a { background-color: rgb(220,101,30); }

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

border-color css

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

 span { border-color: rgb(220,101,30); }

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