Html Css Color HEX #D8681A Chocolate

📋 copy color: '#D8681A'

red 216 ◦ green 104 ◦ blue 26

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

Shades of Chocolate #D8681A

Tints of Chocolate #D8681A

RGB

 RED value IS 216 (84.77% from 255) = 62.43%

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

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 62.43%
G = 30.06%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8681A (or 0xD8681A) is known color: Chocolate. HEX triplet: D8, 68 and 1A. RGB value is (216,104,26). Sum of RGB (Red+Green+Blue) = 216+104+26=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8681A is #2797E5. Grayscale: #818181. Windows color (decimal): -2594790 or 1730776. OLE color: 1730776.

HSL color Cylindrical-coordinate representation of color #D8681A: hue angle of 24.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8681A is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 26 -
CMYK 0 0.52 0.88 0.15
HSL 24.63º 0.79% 0.47% -
HSV(B) 24.63º 0.88% 0.85% -
XYZ 33.46 24.57 3.96 -
YUV 128.6 70.11 190.34 -
System Red Green Blue C M Y K H S L
Decimal 216 104 26 0 0.52 0.88 0.15 24.63 0.79 0.47
Hex D8 68 1A 0 34 58 F 19 4F 2F
Octal 330 150 32 0 64 130 17 31 117 57
Binary 11011000 1101000 11010 0 110100 1011000 1111 11001 1001111 101111

Color Harmonies of #D8681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8681A

Black with #D8681A

Text Example


Text Example

White with #D8681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8681A; }

 p { color: rgb(216,104,26); }

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

background-color css

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

 a { background-color: rgb(216,104,26); }

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

border-color css

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

 span { border-color: rgb(216,104,26); }

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