Html Css Color HEX #D5651A Chocolate

📋 copy color: '#D5651A'

red 213 ◦ green 101 ◦ blue 26

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

Shades of Chocolate #D5651A

Tints of Chocolate #D5651A

RGB

 RED value IS 213 (83.59% from 255) = 62.65%

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

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

R = 62.65%
G = 29.71%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5651A (or 0xD5651A) is known color: Chocolate. HEX triplet: D5, 65 and 1A. RGB value is (213,101,26). Sum of RGB (Red+Green+Blue) = 213+101+26=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5651A is #2A9AE5. Grayscale: #7E7E7E. Windows color (decimal): -2792166 or 1730005. OLE color: 1730005.

HSL color Cylindrical-coordinate representation of color #D5651A: hue angle of 24.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5651A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 26 -
CMYK 0 0.53 0.88 0.16
HSL 24.06º 0.78% 0.47% -
HSV(B) 24.06º 0.88% 0.84% -
XYZ 32.28 23.53 3.82 -
YUV 125.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 213 101 26 0 0.53 0.88 0.16 24.06 0.78 0.47
Hex D5 65 1A 0 35 58 10 18 4E 2F
Octal 325 145 32 0 65 130 20 30 116 57
Binary 11010101 1100101 11010 0 110101 1011000 10000 11000 1001110 101111

Color Harmonies of #D5651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5651A

Black with #D5651A

Text Example


Text Example

White with #D5651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5651A; }

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

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

background-color css

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

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

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

border-color css

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

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

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