Html Css Color HEX #D66E2E Gold Drop

📋 copy color: '#D66E2E'

red 214 ◦ green 110 ◦ blue 46

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

Shades of Gold Drop #D66E2E

Tints of Gold Drop #D66E2E

RGB

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

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

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

R = 57.84%
G = 29.73%
B = 12.43%

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

#D66E2E (or 0xD66E2E) is known color: Gold Drop. HEX triplet: D6, 6E and 2E. RGB value is (214,110,46). Sum of RGB (Red+Green+Blue) = 214+110+46=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E2E is #2991D1. Grayscale: #868686. Windows color (decimal): -2724306 or 3043030. OLE color: 3043030.

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

Color convert

RGB 214 110 46 -
CMYK 0 0.49 0.79 0.16
HSL 22.86º 0.67% 0.51% -
HSV(B) 22.86º 0.79% 0.84% -
XYZ 33.8 25.65 5.75 -
YUV 133.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 214 110 46 0 0.49 0.79 0.16 22.86 0.67 0.51
Hex D6 6E 2E 0 31 4F 10 17 43 33
Octal 326 156 56 0 61 117 20 27 103 63
Binary 11010110 1101110 101110 0 110001 1001111 10000 10111 1000011 110011

Color Harmonies of #D66E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E2E

Black with #D66E2E

Text Example


Text Example

White with #D66E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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