Html Css Color HEX #D2710B Chocolate

📋 copy color: '#D2710B'

red 210 ◦ green 113 ◦ blue 11

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

Shades of Chocolate #D2710B

Tints of Chocolate #D2710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 62.87%
G = 33.83%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2710B (or 0xD2710B) is known color: Chocolate. HEX triplet: D2, 71 and 0B. RGB value is (210,113,11). Sum of RGB (Red+Green+Blue) = 210+113+11=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2710B is #2D8EF4. Grayscale: #828282. Windows color (decimal): -2985717 or 750034. OLE color: 750034.

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

Color convert

RGB 210 113 11 -
CMYK 0 0.46 0.95 0.18
HSL 30.75º 0.9% 0.43% -
HSV(B) 30.75º 0.95% 0.82% -
XYZ 32.54 25.54 3.53 -
YUV 130.38 60.64 184.79 -
System Red Green Blue C M Y K H S L
Decimal 210 113 11 0 0.46 0.95 0.18 30.75 0.9 0.43
Hex D2 71 B 0 2E 5F 12 1F 5A 2B
Octal 322 161 13 0 56 137 22 37 132 53
Binary 11010010 1110001 1011 0 101110 1011111 10010 11111 1011010 101011

Color Harmonies of #D2710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2710B

Black with #D2710B

Text Example


Text Example

White with #D2710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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