Html Css Color HEX #D7662F Gold Drop

📋 copy color: '#D7662F'

red 215 ◦ green 102 ◦ blue 47

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

Shades of Gold Drop #D7662F

Tints of Gold Drop #D7662F

RGB

 RED value IS 215 (84.38% from 255) = 59.07%

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

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

R = 59.07%
G = 28.02%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7662F (or 0xD7662F) is known color: Gold Drop. HEX triplet: D7, 66 and 2F. RGB value is (215,102,47). Sum of RGB (Red+Green+Blue) = 215+102+47=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7662F is #2899D0. Grayscale: #818181. Windows color (decimal): -2660817 or 3106519. OLE color: 3106519.

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

Color convert

RGB 215 102 47 -
CMYK 0 0.53 0.78 0.16
HSL 19.64º 0.68% 0.51% -
HSV(B) 19.64º 0.78% 0.84% -
XYZ 33.29 24.16 5.6 -
YUV 129.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 215 102 47 0 0.53 0.78 0.16 19.64 0.68 0.51
Hex D7 66 2F 0 35 4E 10 14 44 33
Octal 327 146 57 0 65 116 20 24 104 63
Binary 11010111 1100110 101111 0 110101 1001110 10000 10100 1000100 110011

Color Harmonies of #D7662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7662F

Black with #D7662F

Text Example


Text Example

White with #D7662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7662F; }

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

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

background-color css

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

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

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

border-color css

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

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

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