Html Css Color HEX #D5631D Chocolate

📋 copy color: '#D5631D'

red 213 ◦ green 99 ◦ blue 29

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

Shades of Chocolate #D5631D

Tints of Chocolate #D5631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 62.46%
G = 29.03%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5631D (or 0xD5631D) is known color: Chocolate. HEX triplet: D5, 63 and 1D. RGB value is (213,99,29). Sum of RGB (Red+Green+Blue) = 213+99+29=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5631D is #2A9CE2. Grayscale: #7D7D7D. Windows color (decimal): -2792675 or 1926101. OLE color: 1926101.

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

Color convert

RGB 213 99 29 -
CMYK 0 0.54 0.86 0.16
HSL 22.83º 0.76% 0.47% -
HSV(B) 22.83º 0.86% 0.84% -
XYZ 32.12 23.16 3.94 -
YUV 125.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 213 99 29 0 0.54 0.86 0.16 22.83 0.76 0.47
Hex D5 63 1D 0 36 56 10 17 4C 2F
Octal 325 143 35 0 66 126 20 27 114 57
Binary 11010101 1100011 11101 0 110110 1010110 10000 10111 1001100 101111

Color Harmonies of #D5631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5631D

Black with #D5631D

Text Example


Text Example

White with #D5631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5631D; }

 p { color: rgb(213,99,29); }

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

background-color css

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

 a { background-color: rgb(213,99,29); }

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

border-color css

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

 span { border-color: rgb(213,99,29); }

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