Html Css Color HEX #D06614 Chocolate

📋 copy color: '#D06614'

red 208 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #D06614

Tints of Chocolate #D06614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 63.03%
G = 30.91%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06614 (or 0xD06614) is known color: Chocolate. HEX triplet: D0, 66 and 14. RGB value is (208,102,20). Sum of RGB (Red+Green+Blue) = 208+102+20=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D06614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06614 is #2F99EB. Grayscale: #7C7C7C. Windows color (decimal): -3119596 or 1337040. OLE color: 1337040.

HSL color Cylindrical-coordinate representation of color #D06614: hue angle of 26.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D06614 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 102 20 -
CMYK 0 0.51 0.90 0.18
HSL 26.17º 0.82% 0.45% -
HSV(B) 26.17º 0.9% 0.82% -
XYZ 30.89 22.96 3.47 -
YUV 124.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 208 102 20 0 0.51 0.90 0.18 26.17 0.82 0.45
Hex D0 66 14 0 33 5A 12 1A 52 2D
Octal 320 146 24 0 63 132 22 32 122 55
Binary 11010000 1100110 10100 0 110011 1011010 10010 11010 1010010 101101

Color Harmonies of #D06614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06614

Black with #D06614

Text Example


Text Example

White with #D06614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06614; }

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

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

background-color css

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

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

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

border-color css

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

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

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