Html Css Color HEX #DC651A Chocolate

📋 copy color: '#DC651A'

red 220 ◦ green 101 ◦ blue 26

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

Shades of Chocolate #DC651A

Tints of Chocolate #DC651A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 63.4%
G = 29.11%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC651A (or 0xDC651A) is known color: Chocolate. HEX triplet: DC, 65 and 1A. RGB value is (220,101,26). Sum of RGB (Red+Green+Blue) = 220+101+26=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC651A is #239AE5. Grayscale: #808080. Windows color (decimal): -2333414 or 1730012. OLE color: 1730012.

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

Color convert

RGB 220 101 26 -
CMYK 0 0.54 0.88 0.14
HSL 23.2º 0.79% 0.48% -
HSV(B) 23.2º 0.88% 0.86% -
XYZ 34.36 24.6 3.91 -
YUV 128.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 220 101 26 0 0.54 0.88 0.14 23.2 0.79 0.48
Hex DC 65 1A 0 36 58 E 17 4F 30
Octal 334 145 32 0 66 130 16 27 117 60
Binary 11011100 1100101 11010 0 110110 1011000 1110 10111 1001111 110000

Color Harmonies of #DC651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC651A

Black with #DC651A

Text Example


Text Example

White with #DC651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC651A; }

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

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

background-color css

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

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

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

border-color css

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

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

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