Html Css Color HEX #D2700E Chocolate

📋 copy color: '#D2700E'

red 210 ◦ green 112 ◦ blue 14

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

Shades of Chocolate #D2700E

Tints of Chocolate #D2700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.17%

R = 62.5%
G = 33.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2700E (or 0xD2700E) is known color: Chocolate. HEX triplet: D2, 70 and 0E. RGB value is (210,112,14). Sum of RGB (Red+Green+Blue) = 210+112+14=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2700E is #2D8FF1. Grayscale: #828282. Windows color (decimal): -2985970 or 946386. OLE color: 946386.

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

Color convert

RGB 210 112 14 -
CMYK 0 0.47 0.93 0.18
HSL 30º 0.88% 0.44% -
HSV(B) 30º 0.93% 0.82% -
XYZ 32.45 25.32 3.59 -
YUV 130.13 62.47 184.97 -
System Red Green Blue C M Y K H S L
Decimal 210 112 14 0 0.47 0.93 0.18 30 0.88 0.44
Hex D2 70 E 0 2F 5D 12 1E 58 2C
Octal 322 160 16 0 57 135 22 36 130 54
Binary 11010010 1110000 1110 0 101111 1011101 10010 11110 1011000 101100

Color Harmonies of #D2700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2700E

Black with #D2700E

Text Example


Text Example

White with #D2700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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