Html Css Color HEX #D7680D Chocolate

📋 copy color: '#D7680D'

red 215 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #D7680D

Tints of Chocolate #D7680D

RGB

 RED value IS 215 (84.38% from 255) = 64.76%

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 64.76%
G = 31.33%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7680D (or 0xD7680D) is known color: Chocolate. HEX triplet: D7, 68 and 0D. RGB value is (215,104,13). Sum of RGB (Red+Green+Blue) = 215+104+13=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D7680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7680D is #2897F2. Grayscale: #7F7F7F. Windows color (decimal): -2660339 or 878807. OLE color: 878807.

HSL color Cylindrical-coordinate representation of color #D7680D: hue angle of 27.03º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7680D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 13 -
CMYK 0 0.52 0.94 0.16
HSL 27.03º 0.89% 0.45% -
HSV(B) 27.03º 0.94% 0.84% -
XYZ 33.05 24.38 3.34 -
YUV 126.82 63.77 190.9 -
System Red Green Blue C M Y K H S L
Decimal 215 104 13 0 0.52 0.94 0.16 27.03 0.89 0.45
Hex D7 68 D 0 34 5E 10 1B 59 2D
Octal 327 150 15 0 64 136 20 33 131 55
Binary 11010111 1101000 1101 0 110100 1011110 10000 11011 1011001 101101

Color Harmonies of #D7680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7680D

Black with #D7680D

Text Example


Text Example

White with #D7680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7680D; }

 p { color: rgb(215,104,13); }

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

background-color css

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

 a { background-color: rgb(215,104,13); }

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

border-color css

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

 span { border-color: rgb(215,104,13); }

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