Html Css Color HEX #D0700F Chocolate

📋 copy color: '#D0700F'

red 208 ◦ green 112 ◦ blue 15

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

Shades of Chocolate #D0700F

Tints of Chocolate #D0700F

RGB

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

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

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

R = 62.09%
G = 33.43%
B = 4.48%

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

#D0700F (or 0xD0700F) is known color: Chocolate. HEX triplet: D0, 70 and 0F. RGB value is (208,112,15). Sum of RGB (Red+Green+Blue) = 208+112+15=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0700F is #2F8FF0. Grayscale: #828282. Windows color (decimal): -3117041 or 1011920. OLE color: 1011920.

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

Color convert

RGB 208 112 15 -
CMYK 0 0.46 0.93 0.18
HSL 30.16º 0.87% 0.44% -
HSV(B) 30.16º 0.93% 0.82% -
XYZ 31.89 25.03 3.6 -
YUV 129.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 208 112 15 0 0.46 0.93 0.18 30.16 0.87 0.44
Hex D0 70 F 0 2E 5D 12 1E 57 2C
Octal 320 160 17 0 56 135 22 36 127 54
Binary 11010000 1110000 1111 0 101110 1011101 10010 11110 1010111 101100

Color Harmonies of #D0700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0700F

Black with #D0700F

Text Example


Text Example

White with #D0700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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