Html Css Color HEX #D06719 Chocolate

📋 copy color: '#D06719'

red 208 ◦ green 103 ◦ blue 25

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

Shades of Chocolate #D06719

Tints of Chocolate #D06719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 61.9%
G = 30.65%
B = 7.44%

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

#D06719 (or 0xD06719) is known color: Chocolate. HEX triplet: D0, 67 and 19. RGB value is (208,103,25). Sum of RGB (Red+Green+Blue) = 208+103+25=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06719 is #2F98E6. Grayscale: #7D7D7D. Windows color (decimal): -3119335 or 1664976. OLE color: 1664976.

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

Color convert

RGB 208 103 25 -
CMYK 0 0.50 0.88 0.18
HSL 25.57º 0.79% 0.46% -
HSV(B) 25.57º 0.88% 0.82% -
XYZ 31.04 23.18 3.76 -
YUV 125.5 71.29 186.84 -
System Red Green Blue C M Y K H S L
Decimal 208 103 25 0 0.50 0.88 0.18 25.57 0.79 0.46
Hex D0 67 19 0 32 58 12 1A 4F 2E
Octal 320 147 31 0 62 130 22 32 117 56
Binary 11010000 1100111 11001 0 110010 1011000 10010 11010 1001111 101110

Color Harmonies of #D06719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06719

Black with #D06719

Text Example


Text Example

White with #D06719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06719; }

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

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

background-color css

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

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

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

border-color css

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

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

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