Html Css Color HEX #D06714 Chocolate

📋 copy color: '#D06714'

red 208 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #D06714

Tints of Chocolate #D06714

RGB

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

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

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

R = 62.84%
G = 31.12%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06714 (or 0xD06714) is known color: Chocolate. HEX triplet: D0, 67 and 14. RGB value is (208,103,20). Sum of RGB (Red+Green+Blue) = 208+103+20=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D06714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06714 is #2F98EB. Grayscale: #7D7D7D. Windows color (decimal): -3119340 or 1337296. OLE color: 1337296.

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

Color convert

RGB 208 103 20 -
CMYK 0 0.50 0.90 0.18
HSL 26.49º 0.82% 0.45% -
HSV(B) 26.49º 0.9% 0.82% -
XYZ 30.99 23.16 3.5 -
YUV 124.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 208 103 20 0 0.50 0.90 0.18 26.49 0.82 0.45
Hex D0 67 14 0 32 5A 12 1A 52 2D
Octal 320 147 24 0 62 132 22 32 122 55
Binary 11010000 1100111 10100 0 110010 1011010 10010 11010 1010010 101101

Color Harmonies of #D06714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06714

Black with #D06714

Text Example


Text Example

White with #D06714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06714; }

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

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

background-color css

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

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

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

border-color css

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

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

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