Html Css Color HEX #DF6129 Gold Drop

📋 copy color: '#DF6129'

red 223 ◦ green 97 ◦ blue 41

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

Shades of Gold Drop #DF6129

Tints of Gold Drop #DF6129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 61.77%
G = 26.87%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF6129 (or 0xDF6129) is known color: Gold Drop. HEX triplet: DF, 61 and 29. RGB value is (223,97,41). Sum of RGB (Red+Green+Blue) = 223+97+41=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6129 is #209ED6. Grayscale: #808080. Windows color (decimal): -2137815 or 2712031. OLE color: 2712031.

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

Color convert

RGB 223 97 41 -
CMYK 0 0.57 0.82 0.13
HSL 18.46º 0.74% 0.52% -
HSV(B) 18.46º 0.82% 0.87% -
XYZ 35.11 24.4 4.96 -
YUV 128.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 223 97 41 0 0.57 0.82 0.13 18.46 0.74 0.52
Hex DF 61 29 0 39 52 D 12 4A 34
Octal 337 141 51 0 71 122 15 22 112 64
Binary 11011111 1100001 101001 0 111001 1010010 1101 10010 1001010 110100

Color Harmonies of #DF6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6129

Black with #DF6129

Text Example


Text Example

White with #DF6129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6129; }

 p { color: rgb(223,97,41); }

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

background-color css

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

 a { background-color: rgb(223,97,41); }

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

border-color css

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

 span { border-color: rgb(223,97,41); }

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