Html Css Color HEX #D27210 Chocolate

📋 copy color: '#D27210'

red 210 ◦ green 114 ◦ blue 16

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

Shades of Chocolate #D27210

Tints of Chocolate #D27210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 61.76%
G = 33.53%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D27210 (or 0xD27210) is known color: Chocolate. HEX triplet: D2, 72 and 10. RGB value is (210,114,16). Sum of RGB (Red+Green+Blue) = 210+114+16=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D27210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27210 is #2D8DEF. Grayscale: #848484. Windows color (decimal): -2985456 or 1077970. OLE color: 1077970.

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

Color convert

RGB 210 114 16 -
CMYK 0 0.46 0.92 0.18
HSL 30.31º 0.86% 0.44% -
HSV(B) 30.31º 0.92% 0.82% -
XYZ 32.69 25.77 3.74 -
YUV 131.53 62.8 183.97 -
System Red Green Blue C M Y K H S L
Decimal 210 114 16 0 0.46 0.92 0.18 30.31 0.86 0.44
Hex D2 72 10 0 2E 5C 12 1E 56 2C
Octal 322 162 20 0 56 134 22 36 126 54
Binary 11010010 1110010 10000 0 101110 1011100 10010 11110 1010110 101100

Color Harmonies of #D27210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27210

Black with #D27210

Text Example


Text Example

White with #D27210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27210; }

 p { color: rgb(210,114,16); }

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

background-color css

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

 a { background-color: rgb(210,114,16); }

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

border-color css

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

 span { border-color: rgb(210,114,16); }

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