Html Css Color HEX #D9662E Gold Drop

📋 copy color: '#D9662E'

red 217 ◦ green 102 ◦ blue 46

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

Shades of Gold Drop #D9662E

Tints of Gold Drop #D9662E

RGB

 RED value IS 217 (85.16% from 255) = 59.45%

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 59.45%
G = 27.95%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9662E (or 0xD9662E) is known color: Gold Drop. HEX triplet: D9, 66 and 2E. RGB value is (217,102,46). Sum of RGB (Red+Green+Blue) = 217+102+46=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9662E is #2699D1. Grayscale: #828282. Windows color (decimal): -2529746 or 3040985. OLE color: 3040985.

HSL color Cylindrical-coordinate representation of color #D9662E: hue angle of 19.65º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9662E is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 46 -
CMYK 0 0.53 0.79 0.15
HSL 19.65º 0.69% 0.52% -
HSV(B) 19.65º 0.79% 0.85% -
XYZ 33.86 24.45 5.52 -
YUV 130 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 217 102 46 0 0.53 0.79 0.15 19.65 0.69 0.52
Hex D9 66 2E 0 35 4F F 14 45 34
Octal 331 146 56 0 65 117 17 24 105 64
Binary 11011001 1100110 101110 0 110101 1001111 1111 10100 1000101 110100

Color Harmonies of #D9662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9662E

Black with #D9662E

Text Example


Text Example

White with #D9662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9662E; }

 p { color: rgb(217,102,46); }

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

background-color css

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

 a { background-color: rgb(217,102,46); }

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

border-color css

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

 span { border-color: rgb(217,102,46); }

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