Html Css Color HEX #D27311 Chocolate

📋 copy color: '#D27311'

red 210 ◦ green 115 ◦ blue 17

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

Shades of Chocolate #D27311

Tints of Chocolate #D27311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 61.4%
G = 33.63%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D27311 (or 0xD27311) is known color: Chocolate. HEX triplet: D2, 73 and 11. RGB value is (210,115,17). Sum of RGB (Red+Green+Blue) = 210+115+17=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D27311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27311 is #2D8CEE. Grayscale: #848484. Windows color (decimal): -2985199 or 1143762. OLE color: 1143762.

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

Color convert

RGB 210 115 17 -
CMYK 0 0.45 0.92 0.18
HSL 30.47º 0.85% 0.45% -
HSV(B) 30.47º 0.92% 0.82% -
XYZ 32.81 26 3.82 -
YUV 132.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 210 115 17 0 0.45 0.92 0.18 30.47 0.85 0.45
Hex D2 73 11 0 2D 5C 12 1E 55 2D
Octal 322 163 21 0 55 134 22 36 125 55
Binary 11010010 1110011 10001 0 101101 1011100 10010 11110 1010101 101101

Color Harmonies of #D27311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27311

Black with #D27311

Text Example


Text Example

White with #D27311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27311; }

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

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

background-color css

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

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

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

border-color css

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

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

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