Html Css Color HEX #D27113 Chocolate

📋 copy color: '#D27113'

red 210 ◦ green 113 ◦ blue 19

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

Shades of Chocolate #D27113

Tints of Chocolate #D27113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

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

R = 61.4%
G = 33.04%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D27113 (or 0xD27113) is known color: Chocolate. HEX triplet: D2, 71 and 13. RGB value is (210,113,19). Sum of RGB (Red+Green+Blue) = 210+113+19=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D27113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27113 is #2D8EEC. Grayscale: #838383. Windows color (decimal): -2985709 or 1274322. OLE color: 1274322.

HSL color Cylindrical-coordinate representation of color #D27113: hue angle of 29.53º 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 #D27113 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 19 -
CMYK 0 0.46 0.91 0.18
HSL 29.53º 0.83% 0.45% -
HSV(B) 29.53º 0.91% 0.82% -
XYZ 32.6 25.56 3.83 -
YUV 131.29 64.64 184.14 -
System Red Green Blue C M Y K H S L
Decimal 210 113 19 0 0.46 0.91 0.18 29.53 0.83 0.45
Hex D2 71 13 0 2E 5B 12 1E 53 2D
Octal 322 161 23 0 56 133 22 36 123 55
Binary 11010010 1110001 10011 0 101110 1011011 10010 11110 1010011 101101

Color Harmonies of #D27113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27113

Black with #D27113

Text Example


Text Example

White with #D27113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27113; }

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

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

background-color css

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

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

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

border-color css

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

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

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