Html Css Color HEX #DF682D Gold Drop

📋 copy color: '#DF682D'

red 223 ◦ green 104 ◦ blue 45

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

Shades of Gold Drop #DF682D

Tints of Gold Drop #DF682D

RGB

 RED value IS 223 (87.5% from 255) = 59.95%

 GREEN value IS 104 (41.02% from 255) = 27.96%

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

R = 59.95%
G = 27.96%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF682D (or 0xDF682D) is known color: Gold Drop. HEX triplet: DF, 68 and 2D. RGB value is (223,104,45). Sum of RGB (Red+Green+Blue) = 223+104+45=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF682D is #2097D2. Grayscale: #858585. Windows color (decimal): -2136019 or 2975967. OLE color: 2975967.

HSL color Cylindrical-coordinate representation of color #DF682D: hue angle of 19.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF682D is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 45 -
CMYK 0 0.53 0.80 0.13
HSL 19.89º 0.74% 0.53% -
HSV(B) 19.89º 0.8% 0.87% -
XYZ 35.86 25.78 5.57 -
YUV 132.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 223 104 45 0 0.53 0.80 0.13 19.89 0.74 0.53
Hex DF 68 2D 0 35 50 D 14 4A 35
Octal 337 150 55 0 65 120 15 24 112 65
Binary 11011111 1101000 101101 0 110101 1010000 1101 10100 1001010 110101

Color Harmonies of #DF682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF682D

Black with #DF682D

Text Example


Text Example

White with #DF682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF682D; }

 p { color: rgb(223,104,45); }

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

background-color css

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

 a { background-color: rgb(223,104,45); }

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

border-color css

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

 span { border-color: rgb(223,104,45); }

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