Html Css Color HEX #D06A19 Chocolate

📋 copy color: '#D06A19'

red 208 ◦ green 106 ◦ blue 25

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

Shades of Chocolate #D06A19

Tints of Chocolate #D06A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 61.36%
G = 31.27%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06A19 (or 0xD06A19) is known color: Chocolate. HEX triplet: D0, 6A and 19. RGB value is (208,106,25). Sum of RGB (Red+Green+Blue) = 208+106+25=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06A19 is #2F95E6. Grayscale: #7F7F7F. Windows color (decimal): -3118567 or 1665744. OLE color: 1665744.

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

Color convert

RGB 208 106 25 -
CMYK 0 0.49 0.88 0.18
HSL 26.56º 0.79% 0.46% -
HSV(B) 26.56º 0.88% 0.82% -
XYZ 31.34 23.79 3.86 -
YUV 127.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 208 106 25 0 0.49 0.88 0.18 26.56 0.79 0.46
Hex D0 6A 19 0 31 58 12 1B 4F 2E
Octal 320 152 31 0 61 130 22 33 117 56
Binary 11010000 1101010 11001 0 110001 1011000 10010 11011 1001111 101110

Color Harmonies of #D06A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A19

Black with #D06A19

Text Example


Text Example

White with #D06A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A19; }

 p { color: rgb(208,106,25); }

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

background-color css

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

 a { background-color: rgb(208,106,25); }

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

border-color css

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

 span { border-color: rgb(208,106,25); }

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