Html Css Color HEX #D7672F Gold Drop

📋 copy color: '#D7672F'

red 215 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #D7672F

Tints of Gold Drop #D7672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

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

R = 58.9%
G = 28.22%
B = 12.88%

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

#D7672F (or 0xD7672F) is known color: Gold Drop. HEX triplet: D7, 67 and 2F. RGB value is (215,103,47). Sum of RGB (Red+Green+Blue) = 215+103+47=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7672F is #2898D0. Grayscale: #828282. Windows color (decimal): -2660561 or 3106775. OLE color: 3106775.

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

Color convert

RGB 215 103 47 -
CMYK 0 0.52 0.78 0.16
HSL 20º 0.68% 0.51% -
HSV(B) 20º 0.78% 0.84% -
XYZ 33.39 24.35 5.63 -
YUV 130.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 215 103 47 0 0.52 0.78 0.16 20 0.68 0.51
Hex D7 67 2F 0 34 4E 10 14 44 33
Octal 327 147 57 0 64 116 20 24 104 63
Binary 11010111 1100111 101111 0 110100 1001110 10000 10100 1000100 110011

Color Harmonies of #D7672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7672F

Black with #D7672F

Text Example


Text Example

White with #D7672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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