Html Css Color HEX #D2730D Chocolate

📋 copy color: '#D2730D'

red 210 ◦ green 115 ◦ blue 13

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

Shades of Chocolate #D2730D

Tints of Chocolate #D2730D

RGB

 RED value IS 210 (82.42% from 255) = 62.13%

 GREEN value IS 115 (45.31% from 255) = 34.02%

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

R = 62.13%
G = 34.02%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2730D (or 0xD2730D) is known color: Chocolate. HEX triplet: D2, 73 and 0D. RGB value is (210,115,13). Sum of RGB (Red+Green+Blue) = 210+115+13=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2730D is #2D8CF2. Grayscale: #848484. Windows color (decimal): -2985203 or 881618. OLE color: 881618.

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

Color convert

RGB 210 115 13 -
CMYK 0 0.45 0.94 0.18
HSL 31.07º 0.88% 0.44% -
HSV(B) 31.07º 0.94% 0.82% -
XYZ 32.78 25.99 3.67 -
YUV 131.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 210 115 13 0 0.45 0.94 0.18 31.07 0.88 0.44
Hex D2 73 D 0 2D 5E 12 1F 58 2C
Octal 322 163 15 0 55 136 22 37 130 54
Binary 11010010 1110011 1101 0 101101 1011110 10010 11111 1011000 101100

Color Harmonies of #D2730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2730D

Black with #D2730D

Text Example


Text Example

White with #D2730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2730D; }

 p { color: rgb(210,115,13); }

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

background-color css

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

 a { background-color: rgb(210,115,13); }

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

border-color css

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

 span { border-color: rgb(210,115,13); }

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