Html Css Color HEX #D86A1A Chocolate

📋 copy color: '#D86A1A'

red 216 ◦ green 106 ◦ blue 26

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

Shades of Chocolate #D86A1A

Tints of Chocolate #D86A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

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

R = 62.07%
G = 30.46%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D86A1A (or 0xD86A1A) is known color: Chocolate. HEX triplet: D8, 6A and 1A. RGB value is (216,106,26). Sum of RGB (Red+Green+Blue) = 216+106+26=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A1A is #2795E5. Grayscale: #828282. Windows color (decimal): -2594278 or 1731288. OLE color: 1731288.

HSL color Cylindrical-coordinate representation of color #D86A1A: hue angle of 25.26º 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 #D86A1A is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 26 -
CMYK 0 0.51 0.88 0.15
HSL 25.26º 0.79% 0.47% -
HSV(B) 25.26º 0.88% 0.85% -
XYZ 33.66 24.98 4.03 -
YUV 129.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 216 106 26 0 0.51 0.88 0.15 25.26 0.79 0.47
Hex D8 6A 1A 0 33 58 F 19 4F 2F
Octal 330 152 32 0 63 130 17 31 117 57
Binary 11011000 1101010 11010 0 110011 1011000 1111 11001 1001111 101111

Color Harmonies of #D86A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A1A

Black with #D86A1A

Text Example


Text Example

White with #D86A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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