Html Css Color HEX #DA6428 Gold Drop

📋 copy color: '#DA6428'

red 218 ◦ green 100 ◦ blue 40

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

Shades of Gold Drop #DA6428

Tints of Gold Drop #DA6428

RGB

 RED value IS 218 (85.55% from 255) = 60.89%

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

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

R = 60.89%
G = 27.93%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA6428 (or 0xDA6428) is known color: Gold Drop. HEX triplet: DA, 64 and 28. RGB value is (218,100,40). Sum of RGB (Red+Green+Blue) = 218+100+40=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6428 is #259BD7. Grayscale: #808080. Windows color (decimal): -2464728 or 2647258. OLE color: 2647258.

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

Color convert

RGB 218 100 40 -
CMYK 0 0.54 0.82 0.15
HSL 20.22º 0.71% 0.51% -
HSV(B) 20.22º 0.82% 0.85% -
XYZ 33.85 24.17 4.89 -
YUV 128.44 78.09 191.88 -
System Red Green Blue C M Y K H S L
Decimal 218 100 40 0 0.54 0.82 0.15 20.22 0.71 0.51
Hex DA 64 28 0 36 52 F 14 47 33
Octal 332 144 50 0 66 122 17 24 107 63
Binary 11011010 1100100 101000 0 110110 1010010 1111 10100 1000111 110011

Color Harmonies of #DA6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6428

Black with #DA6428

Text Example


Text Example

White with #DA6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6428; }

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

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

background-color css

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

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

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

border-color css

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

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

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