Html Css Color HEX #D66E2A Gold Drop

📋 copy color: '#D66E2A'

red 214 ◦ green 110 ◦ blue 42

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

Shades of Gold Drop #D66E2A

Tints of Gold Drop #D66E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 58.47%
G = 30.05%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D66E2A (or 0xD66E2A) is known color: Gold Drop. HEX triplet: D6, 6E and 2A. RGB value is (214,110,42). Sum of RGB (Red+Green+Blue) = 214+110+42=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E2A is #2991D5. Grayscale: #858585. Windows color (decimal): -2724310 or 2780886. OLE color: 2780886.

HSL color Cylindrical-coordinate representation of color #D66E2A: hue angle of 23.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D66E2A is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 42 -
CMYK 0 0.49 0.80 0.16
HSL 23.72º 0.68% 0.5% -
HSV(B) 23.72º 0.8% 0.84% -
XYZ 33.73 25.62 5.36 -
YUV 133.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 214 110 42 0 0.49 0.80 0.16 23.72 0.68 0.5
Hex D6 6E 2A 0 31 50 10 18 44 32
Octal 326 156 52 0 61 120 20 30 104 62
Binary 11010110 1101110 101010 0 110001 1010000 10000 11000 1000100 110010

Color Harmonies of #D66E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E2A

Black with #D66E2A

Text Example


Text Example

White with #D66E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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