Html Css Color HEX #D0710F Chocolate

📋 copy color: '#D0710F'

red 208 ◦ green 113 ◦ blue 15

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

Shades of Chocolate #D0710F

Tints of Chocolate #D0710F

RGB

 RED value IS 208 (81.64% from 255) = 61.9%

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

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 61.9%
G = 33.63%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0710F (or 0xD0710F) is known color: Chocolate. HEX triplet: D0, 71 and 0F. RGB value is (208,113,15). Sum of RGB (Red+Green+Blue) = 208+113+15=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0710F is #2F8EF0. Grayscale: #828282. Windows color (decimal): -3116785 or 1012176. OLE color: 1012176.

HSL color Cylindrical-coordinate representation of color #D0710F: hue angle of 30.47º degrees, saturation: 0.87, 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 #D0710F is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 15 -
CMYK 0 0.46 0.93 0.18
HSL 30.47º 0.87% 0.44% -
HSV(B) 30.47º 0.93% 0.82% -
XYZ 32 25.25 3.64 -
YUV 130.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 208 113 15 0 0.46 0.93 0.18 30.47 0.87 0.44
Hex D0 71 F 0 2E 5D 12 1E 57 2C
Octal 320 161 17 0 56 135 22 36 127 54
Binary 11010000 1110001 1111 0 101110 1011101 10010 11110 1010111 101100

Color Harmonies of #D0710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0710F

Black with #D0710F

Text Example


Text Example

White with #D0710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0710F; }

 p { color: rgb(208,113,15); }

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

background-color css

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

 a { background-color: rgb(208,113,15); }

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

border-color css

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

 span { border-color: rgb(208,113,15); }

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