Html Css Color HEX #D06619 Chocolate

📋 copy color: '#D06619'

red 208 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #D06619

Tints of Chocolate #D06619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 62.09%
G = 30.45%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06619 (or 0xD06619) is known color: Chocolate. HEX triplet: D0, 66 and 19. RGB value is (208,102,25). Sum of RGB (Red+Green+Blue) = 208+102+25=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D06619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06619 is #2F99E6. Grayscale: #7D7D7D. Windows color (decimal): -3119591 or 1664720. OLE color: 1664720.

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

Color convert

RGB 208 102 25 -
CMYK 0 0.51 0.88 0.18
HSL 25.25º 0.79% 0.46% -
HSV(B) 25.25º 0.88% 0.82% -
XYZ 30.94 22.98 3.73 -
YUV 124.92 71.62 187.26 -
System Red Green Blue C M Y K H S L
Decimal 208 102 25 0 0.51 0.88 0.18 25.25 0.79 0.46
Hex D0 66 19 0 33 58 12 19 4F 2E
Octal 320 146 31 0 63 130 22 31 117 56
Binary 11010000 1100110 11001 0 110011 1011000 10010 11001 1001111 101110

Color Harmonies of #D06619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06619

Black with #D06619

Text Example


Text Example

White with #D06619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06619; }

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

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

background-color css

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

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

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

border-color css

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

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

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