Html Css Color HEX #D66E30 Gold Drop

📋 copy color: '#D66E30'

red 214 ◦ green 110 ◦ blue 48

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

Shades of Gold Drop #D66E30

Tints of Gold Drop #D66E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 57.53%
G = 29.57%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D66E30 (or 0xD66E30) is known color: Gold Drop. HEX triplet: D6, 6E and 30. RGB value is (214,110,48). Sum of RGB (Red+Green+Blue) = 214+110+48=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E30 is #2991CF. Grayscale: #868686. Windows color (decimal): -2724304 or 3174102. OLE color: 3174102.

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

Color convert

RGB 214 110 48 -
CMYK 0 0.49 0.78 0.16
HSL 22.41º 0.67% 0.51% -
HSV(B) 22.41º 0.78% 0.84% -
XYZ 33.84 25.66 5.97 -
YUV 134.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 214 110 48 0 0.49 0.78 0.16 22.41 0.67 0.51
Hex D6 6E 30 0 31 4E 10 16 43 33
Octal 326 156 60 0 61 116 20 26 103 63
Binary 11010110 1101110 110000 0 110001 1001110 10000 10110 1000011 110011

Color Harmonies of #D66E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E30

Black with #D66E30

Text Example


Text Example

White with #D66E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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