Html Css Color HEX #D2740C Chocolate

📋 copy color: '#D2740C'

red 210 ◦ green 116 ◦ blue 12

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

Shades of Chocolate #D2740C

Tints of Chocolate #D2740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 62.13%
G = 34.32%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2740C (or 0xD2740C) is known color: Chocolate. HEX triplet: D2, 74 and 0C. RGB value is (210,116,12). Sum of RGB (Red+Green+Blue) = 210+116+12=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2740C is #2D8BF3. Grayscale: #848484. Windows color (decimal): -2984948 or 816338. OLE color: 816338.

HSL color Cylindrical-coordinate representation of color #D2740C: hue angle of 31.52º 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 #D2740C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 116 12 -
CMYK 0 0.45 0.94 0.18
HSL 31.52º 0.89% 0.44% -
HSV(B) 31.52º 0.94% 0.82% -
XYZ 32.89 26.22 3.68 -
YUV 132.25 60.14 183.46 -
System Red Green Blue C M Y K H S L
Decimal 210 116 12 0 0.45 0.94 0.18 31.52 0.89 0.44
Hex D2 74 C 0 2D 5E 12 20 59 2C
Octal 322 164 14 0 55 136 22 40 131 54
Binary 11010010 1110100 1100 0 101101 1011110 10010 100000 1011001 101100

Color Harmonies of #D2740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2740C

Black with #D2740C

Text Example


Text Example

White with #D2740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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