Html Css Color HEX #D7642F Gold Drop

📋 copy color: '#D7642F'

red 215 ◦ green 100 ◦ blue 47

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

Shades of Gold Drop #D7642F

Tints of Gold Drop #D7642F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

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

R = 59.39%
G = 27.62%
B = 12.98%

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

#D7642F (or 0xD7642F) is known color: Gold Drop. HEX triplet: D7, 64 and 2F. RGB value is (215,100,47). Sum of RGB (Red+Green+Blue) = 215+100+47=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7642F is #289BD0. Grayscale: #808080. Windows color (decimal): -2661329 or 3106007. OLE color: 3106007.

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

Color convert

RGB 215 100 47 -
CMYK 0 0.53 0.78 0.16
HSL 18.93º 0.68% 0.51% -
HSV(B) 18.93º 0.78% 0.84% -
XYZ 33.09 23.77 5.53 -
YUV 128.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 215 100 47 0 0.53 0.78 0.16 18.93 0.68 0.51
Hex D7 64 2F 0 35 4E 10 13 44 33
Octal 327 144 57 0 65 116 20 23 104 63
Binary 11010111 1100100 101111 0 110101 1001110 10000 10011 1000100 110011

Color Harmonies of #D7642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7642F

Black with #D7642F

Text Example


Text Example

White with #D7642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7642F; }

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

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

background-color css

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

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

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

border-color css

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

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

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