Html Css Color HEX #D06314 Chocolate

📋 copy color: '#D06314'

red 208 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #D06314

Tints of Chocolate #D06314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

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

R = 63.61%
G = 30.28%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06314 (or 0xD06314) is known color: Chocolate. HEX triplet: D0, 63 and 14. RGB value is (208,99,20). Sum of RGB (Red+Green+Blue) = 208+99+20=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D06314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06314 is #2F9CEB. Grayscale: #7B7B7B. Windows color (decimal): -3120364 or 1336272. OLE color: 1336272.

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

Color convert

RGB 208 99 20 -
CMYK 0 0.52 0.90 0.18
HSL 25.21º 0.82% 0.45% -
HSV(B) 25.21º 0.9% 0.82% -
XYZ 30.6 22.38 3.37 -
YUV 122.59 70.11 188.92 -
System Red Green Blue C M Y K H S L
Decimal 208 99 20 0 0.52 0.90 0.18 25.21 0.82 0.45
Hex D0 63 14 0 34 5A 12 19 52 2D
Octal 320 143 24 0 64 132 22 31 122 55
Binary 11010000 1100011 10100 0 110100 1011010 10010 11001 1010010 101101

Color Harmonies of #D06314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06314

Black with #D06314

Text Example


Text Example

White with #D06314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06314; }

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

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

background-color css

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

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

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

border-color css

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

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

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