Html Css Color HEX #D5630D Chocolate

📋 copy color: '#D5630D'

red 213 ◦ green 99 ◦ blue 13

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

Shades of Chocolate #D5630D

Tints of Chocolate #D5630D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 65.54%
G = 30.46%
B = 4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5630D (or 0xD5630D) is known color: Chocolate. HEX triplet: D5, 63 and 0D. RGB value is (213,99,13). Sum of RGB (Red+Green+Blue) = 213+99+13=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5630D is #2A9CF2. Grayscale: #7B7B7B. Windows color (decimal): -2792691 or 877525. OLE color: 877525.

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

Color convert

RGB 213 99 13 -
CMYK 0 0.54 0.94 0.16
HSL 25.8º 0.88% 0.44% -
HSV(B) 25.8º 0.94% 0.84% -
XYZ 31.98 23.1 3.15 -
YUV 123.28 65.77 191.99 -
System Red Green Blue C M Y K H S L
Decimal 213 99 13 0 0.54 0.94 0.16 25.8 0.88 0.44
Hex D5 63 D 0 36 5E 10 1A 58 2C
Octal 325 143 15 0 66 136 20 32 130 54
Binary 11010101 1100011 1101 0 110110 1011110 10000 11010 1011000 101100

Color Harmonies of #D5630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5630D

Black with #D5630D

Text Example


Text Example

White with #D5630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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