Html Css Color HEX #D9672F Gold Drop

📋 copy color: '#D9672F'

red 217 ◦ green 103 ◦ blue 47

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

Shades of Gold Drop #D9672F

Tints of Gold Drop #D9672F

RGB

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

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

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

R = 59.13%
G = 28.07%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9672F (or 0xD9672F) is known color: Gold Drop. HEX triplet: D9, 67 and 2F. RGB value is (217,103,47). Sum of RGB (Red+Green+Blue) = 217+103+47=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9672F is #2698D0. Grayscale: #838383. Windows color (decimal): -2529489 or 3106777. OLE color: 3106777.

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

Color convert

RGB 217 103 47 -
CMYK 0 0.53 0.78 0.15
HSL 19.76º 0.69% 0.52% -
HSV(B) 19.76º 0.78% 0.85% -
XYZ 33.98 24.66 5.66 -
YUV 130.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 217 103 47 0 0.53 0.78 0.15 19.76 0.69 0.52
Hex D9 67 2F 0 35 4E F 14 45 34
Octal 331 147 57 0 65 116 17 24 105 64
Binary 11011001 1100111 101111 0 110101 1001110 1111 10100 1000101 110100

Color Harmonies of #D9672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9672F

Black with #D9672F

Text Example


Text Example

White with #D9672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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