Html Css Color HEX #D66E2D Gold Drop

📋 copy color: '#D66E2D'

red 214 ◦ green 110 ◦ blue 45

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

Shades of Gold Drop #D66E2D

Tints of Gold Drop #D66E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 57.99%
G = 29.81%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D66E2D (or 0xD66E2D) is known color: Gold Drop. HEX triplet: D6, 6E and 2D. RGB value is (214,110,45). Sum of RGB (Red+Green+Blue) = 214+110+45=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E2D is #2991D2. Grayscale: #868686. Windows color (decimal): -2724307 or 2977494. OLE color: 2977494.

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

Color convert

RGB 214 110 45 -
CMYK 0 0.49 0.79 0.16
HSL 23.08º 0.67% 0.51% -
HSV(B) 23.08º 0.79% 0.84% -
XYZ 33.78 25.64 5.65 -
YUV 133.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 214 110 45 0 0.49 0.79 0.16 23.08 0.67 0.51
Hex D6 6E 2D 0 31 4F 10 17 43 33
Octal 326 156 55 0 61 117 20 27 103 63
Binary 11010110 1101110 101101 0 110001 1001111 10000 10111 1000011 110011

Color Harmonies of #D66E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E2D

Black with #D66E2D

Text Example


Text Example

White with #D66E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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