Html Css Color HEX #D27120 Chocolate

📋 copy color: '#D27120'

red 210 ◦ green 113 ◦ blue 32

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

Shades of Chocolate #D27120

Tints of Chocolate #D27120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 59.15%
G = 31.83%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D27120 (or 0xD27120) is known color: Chocolate. HEX triplet: D2, 71 and 20. RGB value is (210,113,32). Sum of RGB (Red+Green+Blue) = 210+113+32=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D27120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27120 is #2D8EDF. Grayscale: #858585. Windows color (decimal): -2985696 or 2126290. OLE color: 2126290.

HSL color Cylindrical-coordinate representation of color #D27120: hue angle of 27.3º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D27120 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 32 -
CMYK 0 0.46 0.85 0.18
HSL 27.3º 0.74% 0.47% -
HSV(B) 27.3º 0.85% 0.82% -
XYZ 32.74 25.62 4.59 -
YUV 132.77 71.14 183.09 -
System Red Green Blue C M Y K H S L
Decimal 210 113 32 0 0.46 0.85 0.18 27.3 0.74 0.47
Hex D2 71 20 0 2E 55 12 1B 4A 2F
Octal 322 161 40 0 56 125 22 33 112 57
Binary 11010010 1110001 100000 0 101110 1010101 10010 11011 1001010 101111

Color Harmonies of #D27120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27120

Black with #D27120

Text Example


Text Example

White with #D27120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27120; }

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

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

background-color css

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

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

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

border-color css

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

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

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