Html Css Color HEX #D2711A Chocolate

📋 copy color: '#D2711A'

red 210 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #D2711A

Tints of Chocolate #D2711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.45%

R = 60.17%
G = 32.38%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2711A (or 0xD2711A) is known color: Chocolate. HEX triplet: D2, 71 and 1A. RGB value is (210,113,26). Sum of RGB (Red+Green+Blue) = 210+113+26=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2711A is #2D8EE5. Grayscale: #848484. Windows color (decimal): -2985702 or 1733074. OLE color: 1733074.

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

Color convert

RGB 210 113 26 -
CMYK 0 0.46 0.88 0.18
HSL 28.37º 0.78% 0.46% -
HSV(B) 28.37º 0.88% 0.82% -
XYZ 32.67 25.59 4.19 -
YUV 132.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 210 113 26 0 0.46 0.88 0.18 28.37 0.78 0.46
Hex D2 71 1A 0 2E 58 12 1C 4E 2E
Octal 322 161 32 0 56 130 22 34 116 56
Binary 11010010 1110001 11010 0 101110 1011000 10010 11100 1001110 101110

Color Harmonies of #D2711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2711A

Black with #D2711A

Text Example


Text Example

White with #D2711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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