Html Css Color HEX #D6642D Gold Drop

📋 copy color: '#D6642D'

red 214 ◦ green 100 ◦ blue 45

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

Shades of Gold Drop #D6642D

Tints of Gold Drop #D6642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 59.61%
G = 27.86%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6642D (or 0xD6642D) is known color: Gold Drop. HEX triplet: D6, 64 and 2D. RGB value is (214,100,45). Sum of RGB (Red+Green+Blue) = 214+100+45=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6642D is #299BD2. Grayscale: #808080. Windows color (decimal): -2726867 or 2974934. OLE color: 2974934.

HSL color Cylindrical-coordinate representation of color #D6642D: hue angle of 19.53º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6642D is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 45 -
CMYK 0 0.53 0.79 0.16
HSL 19.53º 0.67% 0.51% -
HSV(B) 19.53º 0.79% 0.84% -
XYZ 32.76 23.6 5.31 -
YUV 127.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 214 100 45 0 0.53 0.79 0.16 19.53 0.67 0.51
Hex D6 64 2D 0 35 4F 10 14 43 33
Octal 326 144 55 0 65 117 20 24 103 63
Binary 11010110 1100100 101101 0 110101 1001111 10000 10100 1000011 110011

Color Harmonies of #D6642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6642D

Black with #D6642D

Text Example


Text Example

White with #D6642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6642D; }

 p { color: rgb(214,100,45); }

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

background-color css

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

 a { background-color: rgb(214,100,45); }

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

border-color css

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

 span { border-color: rgb(214,100,45); }

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