Html Css Color HEX #D66E2B Gold Drop

📋 copy color: '#D66E2B'

red 214 ◦ green 110 ◦ blue 43

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

Shades of Gold Drop #D66E2B

Tints of Gold Drop #D66E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 58.31%
G = 29.97%
B = 11.72%

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

#D66E2B (or 0xD66E2B) is known color: Gold Drop. HEX triplet: D6, 6E and 2B. RGB value is (214,110,43). Sum of RGB (Red+Green+Blue) = 214+110+43=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E2B is #2991D4. Grayscale: #858585. Windows color (decimal): -2724309 or 2846422. OLE color: 2846422.

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

Color convert

RGB 214 110 43 -
CMYK 0 0.49 0.80 0.16
HSL 23.51º 0.68% 0.5% -
HSV(B) 23.51º 0.8% 0.84% -
XYZ 33.74 25.62 5.45 -
YUV 133.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 214 110 43 0 0.49 0.80 0.16 23.51 0.68 0.5
Hex D6 6E 2B 0 31 50 10 18 44 32
Octal 326 156 53 0 61 120 20 30 104 62
Binary 11010110 1101110 101011 0 110001 1010000 10000 11000 1000100 110010

Color Harmonies of #D66E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E2B

Black with #D66E2B

Text Example


Text Example

White with #D66E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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