Html Css Color HEX #DA6528 Gold Drop

📋 copy color: '#DA6528'

red 218 ◦ green 101 ◦ blue 40

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

Shades of Gold Drop #DA6528

Tints of Gold Drop #DA6528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 60.72%
G = 28.13%
B = 11.14%

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

#DA6528 (or 0xDA6528) is known color: Gold Drop. HEX triplet: DA, 65 and 28. RGB value is (218,101,40). Sum of RGB (Red+Green+Blue) = 218+101+40=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6528 is #259AD7. Grayscale: #818181. Windows color (decimal): -2464472 or 2647514. OLE color: 2647514.

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

Color convert

RGB 218 101 40 -
CMYK 0 0.54 0.82 0.15
HSL 20.56º 0.71% 0.51% -
HSV(B) 20.56º 0.82% 0.85% -
XYZ 33.95 24.37 4.92 -
YUV 129.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 218 101 40 0 0.54 0.82 0.15 20.56 0.71 0.51
Hex DA 65 28 0 36 52 F 15 47 33
Octal 332 145 50 0 66 122 17 25 107 63
Binary 11011010 1100101 101000 0 110110 1010010 1111 10101 1000111 110011

Color Harmonies of #DA6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6528

Black with #DA6528

Text Example


Text Example

White with #DA6528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6528; }

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

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

background-color css

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

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

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

border-color css

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

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

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