Html Css Color HEX #D0700C Chocolate

📋 copy color: '#D0700C'

red 208 ◦ green 112 ◦ blue 12

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

Shades of Chocolate #D0700C

Tints of Chocolate #D0700C

RGB

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

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

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

R = 62.65%
G = 33.73%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0700C (or 0xD0700C) is known color: Chocolate. HEX triplet: D0, 70 and 0C. RGB value is (208,112,12). Sum of RGB (Red+Green+Blue) = 208+112+12=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0700C is #2F8FF3. Grayscale: #818181. Windows color (decimal): -3117044 or 815312. OLE color: 815312.

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

Color convert

RGB 208 112 12 -
CMYK 0 0.46 0.94 0.18
HSL 30.61º 0.89% 0.43% -
HSV(B) 30.61º 0.94% 0.82% -
XYZ 31.87 25.02 3.5 -
YUV 129.3 61.8 184.13 -
System Red Green Blue C M Y K H S L
Decimal 208 112 12 0 0.46 0.94 0.18 30.61 0.89 0.43
Hex D0 70 C 0 2E 5E 12 1F 59 2B
Octal 320 160 14 0 56 136 22 37 131 53
Binary 11010000 1110000 1100 0 101110 1011110 10010 11111 1011001 101011

Color Harmonies of #D0700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0700C

Black with #D0700C

Text Example


Text Example

White with #D0700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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