Html Css Color HEX #D06214 Chocolate

📋 copy color: '#D06214'

red 208 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #D06214

Tints of Chocolate #D06214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 63.8%
G = 30.06%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06214 (or 0xD06214) is known color: Chocolate. HEX triplet: D0, 62 and 14. RGB value is (208,98,20). Sum of RGB (Red+Green+Blue) = 208+98+20=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D06214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06214 is #2F9DEB. Grayscale: #7A7A7A. Windows color (decimal): -3120620 or 1336016. OLE color: 1336016.

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

Color convert

RGB 208 98 20 -
CMYK 0 0.53 0.90 0.18
HSL 24.89º 0.82% 0.45% -
HSV(B) 24.89º 0.9% 0.82% -
XYZ 30.51 22.2 3.34 -
YUV 122 70.44 189.34 -
System Red Green Blue C M Y K H S L
Decimal 208 98 20 0 0.53 0.90 0.18 24.89 0.82 0.45
Hex D0 62 14 0 35 5A 12 19 52 2D
Octal 320 142 24 0 65 132 22 31 122 55
Binary 11010000 1100010 10100 0 110101 1011010 10010 11001 1010010 101101

Color Harmonies of #D06214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06214

Black with #D06214

Text Example


Text Example

White with #D06214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06214; }

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

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

background-color css

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

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

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

border-color css

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

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

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