Html Css Color HEX #D27010 Chocolate

📋 copy color: '#D27010'

red 210 ◦ green 112 ◦ blue 16

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

Shades of Chocolate #D27010

Tints of Chocolate #D27010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 62.13%
G = 33.14%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D27010 (or 0xD27010) is known color: Chocolate. HEX triplet: D2, 70 and 10. RGB value is (210,112,16). Sum of RGB (Red+Green+Blue) = 210+112+16=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D27010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27010 is #2D8FEF. Grayscale: #828282. Windows color (decimal): -2985968 or 1077458. OLE color: 1077458.

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

Color convert

RGB 210 112 16 -
CMYK 0 0.47 0.92 0.18
HSL 29.69º 0.86% 0.44% -
HSV(B) 29.69º 0.92% 0.82% -
XYZ 32.47 25.33 3.67 -
YUV 130.36 63.47 184.81 -
System Red Green Blue C M Y K H S L
Decimal 210 112 16 0 0.47 0.92 0.18 29.69 0.86 0.44
Hex D2 70 10 0 2F 5C 12 1E 56 2C
Octal 322 160 20 0 57 134 22 36 126 54
Binary 11010010 1110000 10000 0 101111 1011100 10010 11110 1010110 101100

Color Harmonies of #D27010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27010

Black with #D27010

Text Example


Text Example

White with #D27010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27010; }

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

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

background-color css

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

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

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

border-color css

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

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

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