Html Css Color HEX #DF6428 Gold Drop

📋 copy color: '#DF6428'

red 223 ◦ green 100 ◦ blue 40

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

Shades of Gold Drop #DF6428

Tints of Gold Drop #DF6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 61.43%
G = 27.55%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF6428 (or 0xDF6428) is known color: Gold Drop. HEX triplet: DF, 64 and 28. RGB value is (223,100,40). Sum of RGB (Red+Green+Blue) = 223+100+40=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6428 is #209BD7. Grayscale: #828282. Windows color (decimal): -2137048 or 2647263. OLE color: 2647263.

HSL color Cylindrical-coordinate representation of color #DF6428: hue angle of 19.67º 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 #DF6428 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 40 -
CMYK 0 0.55 0.82 0.13
HSL 19.67º 0.74% 0.52% -
HSV(B) 19.67º 0.82% 0.87% -
XYZ 35.37 24.96 4.96 -
YUV 129.94 77.25 194.38 -
System Red Green Blue C M Y K H S L
Decimal 223 100 40 0 0.55 0.82 0.13 19.67 0.74 0.52
Hex DF 64 28 0 37 52 D 14 4A 34
Octal 337 144 50 0 67 122 15 24 112 64
Binary 11011111 1100100 101000 0 110111 1010010 1101 10100 1001010 110100

Color Harmonies of #DF6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6428

Black with #DF6428

Text Example


Text Example

White with #DF6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6428; }

 p { color: rgb(223,100,40); }

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

background-color css

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

 a { background-color: rgb(223,100,40); }

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

border-color css

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

 span { border-color: rgb(223,100,40); }

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