Html Css Color HEX #D66A2F Gold Drop

📋 copy color: '#D66A2F'

red 214 ◦ green 106 ◦ blue 47

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

Shades of Gold Drop #D66A2F

Tints of Gold Drop #D66A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 58.31%
G = 28.88%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D66A2F (or 0xD66A2F) is known color: Gold Drop. HEX triplet: D6, 6A and 2F. RGB value is (214,106,47). Sum of RGB (Red+Green+Blue) = 214+106+47=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A2F is #2995D0. Grayscale: #838383. Windows color (decimal): -2725329 or 3107542. OLE color: 3107542.

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

Color convert

RGB 214 106 47 -
CMYK 0 0.50 0.78 0.16
HSL 21.2º 0.67% 0.51% -
HSV(B) 21.2º 0.78% 0.84% -
XYZ 33.4 24.81 5.72 -
YUV 131.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 214 106 47 0 0.50 0.78 0.16 21.2 0.67 0.51
Hex D6 6A 2F 0 32 4E 10 15 43 33
Octal 326 152 57 0 62 116 20 25 103 63
Binary 11010110 1101010 101111 0 110010 1001110 10000 10101 1000011 110011

Color Harmonies of #D66A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A2F

Black with #D66A2F

Text Example


Text Example

White with #D66A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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