Html Css Color HEX #D5631E Chocolate

📋 copy color: '#D5631E'

red 213 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #D5631E

Tints of Chocolate #D5631E

RGB

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

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

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

R = 62.28%
G = 28.95%
B = 8.77%

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

#D5631E (or 0xD5631E) is known color: Chocolate. HEX triplet: D5, 63 and 1E. RGB value is (213,99,30). Sum of RGB (Red+Green+Blue) = 213+99+30=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5631E is #2A9CE1. Grayscale: #7D7D7D. Windows color (decimal): -2792674 or 1991637. OLE color: 1991637.

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

Color convert

RGB 213 99 30 -
CMYK 0 0.54 0.86 0.16
HSL 22.62º 0.75% 0.48% -
HSV(B) 22.62º 0.86% 0.84% -
XYZ 32.14 23.16 4.01 -
YUV 125.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 213 99 30 0 0.54 0.86 0.16 22.62 0.75 0.48
Hex D5 63 1E 0 36 56 10 17 4B 30
Octal 325 143 36 0 66 126 20 27 113 60
Binary 11010101 1100011 11110 0 110110 1010110 10000 10111 1001011 110000

Color Harmonies of #D5631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5631E

Black with #D5631E

Text Example


Text Example

White with #D5631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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