Html Css Color HEX #D66714 Chocolate

📋 copy color: '#D66714'

red 214 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #D66714

Tints of Chocolate #D66714

RGB

 RED value IS 214 (83.98% from 255) = 63.5%

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

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

R = 63.5%
G = 30.56%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D66714 (or 0xD66714) is known color: Chocolate. HEX triplet: D6, 67 and 14. RGB value is (214,103,20). Sum of RGB (Red+Green+Blue) = 214+103+20=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D66714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66714 is #2998EB. Grayscale: #7F7F7F. Windows color (decimal): -2726124 or 1337302. OLE color: 1337302.

HSL color Cylindrical-coordinate representation of color #D66714: hue angle of 25.67º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D66714 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 20 -
CMYK 0 0.52 0.91 0.16
HSL 25.67º 0.83% 0.46% -
HSV(B) 25.67º 0.91% 0.84% -
XYZ 32.71 24.05 3.58 -
YUV 126.73 67.77 190.25 -
System Red Green Blue C M Y K H S L
Decimal 214 103 20 0 0.52 0.91 0.16 25.67 0.83 0.46
Hex D6 67 14 0 34 5B 10 1A 53 2E
Octal 326 147 24 0 64 133 20 32 123 56
Binary 11010110 1100111 10100 0 110100 1011011 10000 11010 1010011 101110

Color Harmonies of #D66714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66714

Black with #D66714

Text Example


Text Example

White with #D66714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66714; }

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

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

background-color css

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

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

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

border-color css

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

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

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