Html Css Color HEX #D7672D Gold Drop

📋 copy color: '#D7672D'

red 215 ◦ green 103 ◦ blue 45

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

Shades of Gold Drop #D7672D

Tints of Gold Drop #D7672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 59.23%
G = 28.37%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7672D (or 0xD7672D) is known color: Gold Drop. HEX triplet: D7, 67 and 2D. RGB value is (215,103,45). Sum of RGB (Red+Green+Blue) = 215+103+45=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7672D is #2898D2. Grayscale: #828282. Windows color (decimal): -2660563 or 2975703. OLE color: 2975703.

HSL color Cylindrical-coordinate representation of color #D7672D: hue angle of 20.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7672D is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 45 -
CMYK 0 0.52 0.79 0.16
HSL 20.47º 0.68% 0.51% -
HSV(B) 20.47º 0.79% 0.84% -
XYZ 33.35 24.34 5.42 -
YUV 129.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 215 103 45 0 0.52 0.79 0.16 20.47 0.68 0.51
Hex D7 67 2D 0 34 4F 10 14 44 33
Octal 327 147 55 0 64 117 20 24 104 63
Binary 11010111 1100111 101101 0 110100 1001111 10000 10100 1000100 110011

Color Harmonies of #D7672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7672D

Black with #D7672D

Text Example


Text Example

White with #D7672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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