Html Css Color HEX #D7680A Chocolate

📋 copy color: '#D7680A'

red 215 ◦ green 104 ◦ blue 10

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

Shades of Chocolate #D7680A

Tints of Chocolate #D7680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 65.35%
G = 31.61%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7680A (or 0xD7680A) is known color: Chocolate. HEX triplet: D7, 68 and 0A. RGB value is (215,104,10). Sum of RGB (Red+Green+Blue) = 215+104+10=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7680A is #2897F5. Grayscale: #7E7E7E. Windows color (decimal): -2660342 or 682199. OLE color: 682199.

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

Color convert

RGB 215 104 10 -
CMYK 0 0.52 0.95 0.16
HSL 27.51º 0.91% 0.44% -
HSV(B) 27.51º 0.95% 0.84% -
XYZ 33.03 24.37 3.25 -
YUV 126.47 62.27 191.14 -
System Red Green Blue C M Y K H S L
Decimal 215 104 10 0 0.52 0.95 0.16 27.51 0.91 0.44
Hex D7 68 A 0 34 5F 10 1C 5B 2C
Octal 327 150 12 0 64 137 20 34 133 54
Binary 11010111 1101000 1010 0 110100 1011111 10000 11100 1011011 101100

Color Harmonies of #D7680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7680A

Black with #D7680A

Text Example


Text Example

White with #D7680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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