Html Css Color HEX #D6662E Gold Drop

📋 copy color: '#D6662E'

red 214 ◦ green 102 ◦ blue 46

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

Shades of Gold Drop #D6662E

Tints of Gold Drop #D6662E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 59.12%
G = 28.18%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6662E (or 0xD6662E) is known color: Gold Drop. HEX triplet: D6, 66 and 2E. RGB value is (214,102,46). Sum of RGB (Red+Green+Blue) = 214+102+46=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6662E is #2999D1. Grayscale: #818181. Windows color (decimal): -2726354 or 3040982. OLE color: 3040982.

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

Color convert

RGB 214 102 46 -
CMYK 0 0.52 0.79 0.16
HSL 20º 0.67% 0.51% -
HSV(B) 20º 0.79% 0.84% -
XYZ 32.98 24 5.48 -
YUV 129.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 214 102 46 0 0.52 0.79 0.16 20 0.67 0.51
Hex D6 66 2E 0 34 4F 10 14 43 33
Octal 326 146 56 0 64 117 20 24 103 63
Binary 11010110 1100110 101110 0 110100 1001111 10000 10100 1000011 110011

Color Harmonies of #D6662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6662E

Black with #D6662E

Text Example


Text Example

White with #D6662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6662E; }

 p { color: rgb(214,102,46); }

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

background-color css

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

 a { background-color: rgb(214,102,46); }

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

border-color css

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

 span { border-color: rgb(214,102,46); }

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