Html Css Color HEX #D6662F Gold Drop

📋 copy color: '#D6662F'

red 214 ◦ green 102 ◦ blue 47

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

Shades of Gold Drop #D6662F

Tints of Gold Drop #D6662F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 58.95%
G = 28.1%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6662F (or 0xD6662F) is known color: Gold Drop. HEX triplet: D6, 66 and 2F. RGB value is (214,102,47). Sum of RGB (Red+Green+Blue) = 214+102+47=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6662F is #2999D0. Grayscale: #818181. Windows color (decimal): -2726353 or 3106518. OLE color: 3106518.

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

Color convert

RGB 214 102 47 -
CMYK 0 0.52 0.78 0.16
HSL 19.76º 0.67% 0.51% -
HSV(B) 19.76º 0.78% 0.84% -
XYZ 33 24 5.58 -
YUV 129.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 214 102 47 0 0.52 0.78 0.16 19.76 0.67 0.51
Hex D6 66 2F 0 34 4E 10 14 43 33
Octal 326 146 57 0 64 116 20 24 103 63
Binary 11010110 1100110 101111 0 110100 1001110 10000 10100 1000011 110011

Color Harmonies of #D6662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6662F

Black with #D6662F

Text Example


Text Example

White with #D6662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6662F; }

 p { color: rgb(214,102,47); }

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

background-color css

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

 a { background-color: rgb(214,102,47); }

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

border-color css

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

 span { border-color: rgb(214,102,47); }

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