Html Css Color HEX #D27313 Chocolate

📋 copy color: '#D27313'

red 210 ◦ green 115 ◦ blue 19

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

Shades of Chocolate #D27313

Tints of Chocolate #D27313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 61.05%
G = 33.43%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D27313 (or 0xD27313) is known color: Chocolate. HEX triplet: D2, 73 and 13. RGB value is (210,115,19). Sum of RGB (Red+Green+Blue) = 210+115+19=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D27313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27313 is #2D8CEC. Grayscale: #848484. Windows color (decimal): -2985197 or 1274834. OLE color: 1274834.

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

Color convert

RGB 210 115 19 -
CMYK 0 0.45 0.91 0.18
HSL 30.16º 0.83% 0.45% -
HSV(B) 30.16º 0.91% 0.82% -
XYZ 32.83 26.01 3.91 -
YUV 132.46 63.97 183.31 -
System Red Green Blue C M Y K H S L
Decimal 210 115 19 0 0.45 0.91 0.18 30.16 0.83 0.45
Hex D2 73 13 0 2D 5B 12 1E 53 2D
Octal 322 163 23 0 55 133 22 36 123 55
Binary 11010010 1110011 10011 0 101101 1011011 10010 11110 1010011 101101

Color Harmonies of #D27313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27313

Black with #D27313

Text Example


Text Example

White with #D27313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27313; }

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

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

background-color css

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

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

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

border-color css

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

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

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