Html Css Color HEX #D06919 Chocolate

📋 copy color: '#D06919'

red 208 ◦ green 105 ◦ blue 25

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

Shades of Chocolate #D06919

Tints of Chocolate #D06919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

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

R = 61.54%
G = 31.07%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06919 (or 0xD06919) is known color: Chocolate. HEX triplet: D0, 69 and 19. RGB value is (208,105,25). Sum of RGB (Red+Green+Blue) = 208+105+25=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D06919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06919 is #2F96E6. Grayscale: #7F7F7F. Windows color (decimal): -3118823 or 1665488. OLE color: 1665488.

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

Color convert

RGB 208 105 25 -
CMYK 0 0.50 0.88 0.18
HSL 26.23º 0.79% 0.46% -
HSV(B) 26.23º 0.88% 0.82% -
XYZ 31.24 23.58 3.83 -
YUV 126.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 208 105 25 0 0.50 0.88 0.18 26.23 0.79 0.46
Hex D0 69 19 0 32 58 12 1A 4F 2E
Octal 320 151 31 0 62 130 22 32 117 56
Binary 11010000 1101001 11001 0 110010 1011000 10010 11010 1001111 101110

Color Harmonies of #D06919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06919

Black with #D06919

Text Example


Text Example

White with #D06919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06919; }

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

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

background-color css

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

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

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

border-color css

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

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

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