Html Css Color HEX #D9672D Gold Drop

📋 copy color: '#D9672D'

red 217 ◦ green 103 ◦ blue 45

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

Shades of Gold Drop #D9672D

Tints of Gold Drop #D9672D

RGB

 RED value IS 217 (85.16% from 255) = 59.45%

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

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

R = 59.45%
G = 28.22%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9672D (or 0xD9672D) is known color: Gold Drop. HEX triplet: D9, 67 and 2D. RGB value is (217,103,45). Sum of RGB (Red+Green+Blue) = 217+103+45=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9672D is #2698D2. Grayscale: #828282. Windows color (decimal): -2529491 or 2975705. OLE color: 2975705.

HSL color Cylindrical-coordinate representation of color #D9672D: hue angle of 20.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9672D is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 45 -
CMYK 0 0.53 0.79 0.15
HSL 20.23º 0.69% 0.51% -
HSV(B) 20.23º 0.79% 0.85% -
XYZ 33.94 24.64 5.45 -
YUV 130.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 217 103 45 0 0.53 0.79 0.15 20.23 0.69 0.51
Hex D9 67 2D 0 35 4F F 14 45 33
Octal 331 147 55 0 65 117 17 24 105 63
Binary 11011001 1100111 101101 0 110101 1001111 1111 10100 1000101 110011

Color Harmonies of #D9672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9672D

Black with #D9672D

Text Example


Text Example

White with #D9672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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