Html Css Color HEX #D66A2D Gold Drop

📋 copy color: '#D66A2D'

red 214 ◦ green 106 ◦ blue 45

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

Shades of Gold Drop #D66A2D

Tints of Gold Drop #D66A2D

RGB

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

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

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

R = 58.63%
G = 29.04%
B = 12.33%

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

#D66A2D (or 0xD66A2D) is known color: Gold Drop. HEX triplet: D6, 6A and 2D. RGB value is (214,106,45). Sum of RGB (Red+Green+Blue) = 214+106+45=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A2D is #2995D2. Grayscale: #838383. Windows color (decimal): -2725331 or 2976470. OLE color: 2976470.

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

Color convert

RGB 214 106 45 -
CMYK 0 0.50 0.79 0.16
HSL 21.66º 0.67% 0.51% -
HSV(B) 21.66º 0.79% 0.84% -
XYZ 33.36 24.79 5.51 -
YUV 131.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 214 106 45 0 0.50 0.79 0.16 21.66 0.67 0.51
Hex D6 6A 2D 0 32 4F 10 16 43 33
Octal 326 152 55 0 62 117 20 26 103 63
Binary 11010110 1101010 101101 0 110010 1001111 10000 10110 1000011 110011

Color Harmonies of #D66A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A2D

Black with #D66A2D

Text Example


Text Example

White with #D66A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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