Html Css Color HEX #D2700C Chocolate

📋 copy color: '#D2700C'

red 210 ◦ green 112 ◦ blue 12

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

Shades of Chocolate #D2700C

Tints of Chocolate #D2700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 62.87%
G = 33.53%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2700C (or 0xD2700C) is known color: Chocolate. HEX triplet: D2, 70 and 0C. RGB value is (210,112,12). Sum of RGB (Red+Green+Blue) = 210+112+12=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2700C is #2D8FF3. Grayscale: #828282. Windows color (decimal): -2985972 or 815314. OLE color: 815314.

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

Color convert

RGB 210 112 12 -
CMYK 0 0.47 0.94 0.18
HSL 30.3º 0.89% 0.44% -
HSV(B) 30.3º 0.94% 0.82% -
XYZ 32.44 25.32 3.52 -
YUV 129.9 61.47 185.13 -
System Red Green Blue C M Y K H S L
Decimal 210 112 12 0 0.47 0.94 0.18 30.3 0.89 0.44
Hex D2 70 C 0 2F 5E 12 1E 59 2C
Octal 322 160 14 0 57 136 22 36 131 54
Binary 11010010 1110000 1100 0 101111 1011110 10010 11110 1011001 101100

Color Harmonies of #D2700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2700C

Black with #D2700C

Text Example


Text Example

White with #D2700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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