Html Css Color HEX #D66A2E Gold Drop

📋 copy color: '#D66A2E'

red 214 ◦ green 106 ◦ blue 46

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

Shades of Gold Drop #D66A2E

Tints of Gold Drop #D66A2E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 58.47%
G = 28.96%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D66A2E (or 0xD66A2E) is known color: Gold Drop. HEX triplet: D6, 6A and 2E. RGB value is (214,106,46). Sum of RGB (Red+Green+Blue) = 214+106+46=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A2E is #2995D1. Grayscale: #838383. Windows color (decimal): -2725330 or 3042006. OLE color: 3042006.

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

Color convert

RGB 214 106 46 -
CMYK 0 0.50 0.79 0.16
HSL 21.43º 0.67% 0.51% -
HSV(B) 21.43º 0.79% 0.84% -
XYZ 33.38 24.8 5.61 -
YUV 131.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 214 106 46 0 0.50 0.79 0.16 21.43 0.67 0.51
Hex D6 6A 2E 0 32 4F 10 15 43 33
Octal 326 152 56 0 62 117 20 25 103 63
Binary 11010110 1101010 101110 0 110010 1001111 10000 10101 1000011 110011

Color Harmonies of #D66A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A2E

Black with #D66A2E

Text Example


Text Example

White with #D66A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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