Html Css Color HEX #D2701C Chocolate

📋 copy color: '#D2701C'

red 210 ◦ green 112 ◦ blue 28

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

Shades of Chocolate #D2701C

Tints of Chocolate #D2701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 60%
G = 32%
B = 8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2701C (or 0xD2701C) is known color: Chocolate. HEX triplet: D2, 70 and 1C. RGB value is (210,112,28). Sum of RGB (Red+Green+Blue) = 210+112+28=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2701C is #2D8FE3. Grayscale: #848484. Windows color (decimal): -2985956 or 1863890. OLE color: 1863890.

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

Color convert

RGB 210 112 28 -
CMYK 0 0.47 0.87 0.18
HSL 27.69º 0.76% 0.47% -
HSV(B) 27.69º 0.87% 0.82% -
XYZ 32.58 25.37 4.28 -
YUV 131.73 69.47 183.83 -
System Red Green Blue C M Y K H S L
Decimal 210 112 28 0 0.47 0.87 0.18 27.69 0.76 0.47
Hex D2 70 1C 0 2F 57 12 1C 4C 2F
Octal 322 160 34 0 57 127 22 34 114 57
Binary 11010010 1110000 11100 0 101111 1010111 10010 11100 1001100 101111

Color Harmonies of #D2701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2701C

Black with #D2701C

Text Example


Text Example

White with #D2701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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