Html Css Color HEX #D5650E Chocolate

📋 copy color: '#D5650E'

red 213 ◦ green 101 ◦ blue 14

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

Shades of Chocolate #D5650E

Tints of Chocolate #D5650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 64.94%
G = 30.79%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5650E (or 0xD5650E) is known color: Chocolate. HEX triplet: D5, 65 and 0E. RGB value is (213,101,14). Sum of RGB (Red+Green+Blue) = 213+101+14=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5650E is #2A9AF1. Grayscale: #7D7D7D. Windows color (decimal): -2792178 or 943573. OLE color: 943573.

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

Color convert

RGB 213 101 14 -
CMYK 0 0.53 0.93 0.16
HSL 26.23º 0.88% 0.45% -
HSV(B) 26.23º 0.93% 0.84% -
XYZ 32.17 23.49 3.25 -
YUV 124.57 65.61 191.07 -
System Red Green Blue C M Y K H S L
Decimal 213 101 14 0 0.53 0.93 0.16 26.23 0.88 0.45
Hex D5 65 E 0 35 5D 10 1A 58 2D
Octal 325 145 16 0 65 135 20 32 130 55
Binary 11010101 1100101 1110 0 110101 1011101 10000 11010 1011000 101101

Color Harmonies of #D5650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5650E

Black with #D5650E

Text Example


Text Example

White with #D5650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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