Html Css Color HEX #DA6228 Gold Drop

📋 copy color: '#DA6228'

red 218 ◦ green 98 ◦ blue 40

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

Shades of Gold Drop #DA6228

Tints of Gold Drop #DA6228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 61.24%
G = 27.53%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA6228 (or 0xDA6228) is known color: Gold Drop. HEX triplet: DA, 62 and 28. RGB value is (218,98,40). Sum of RGB (Red+Green+Blue) = 218+98+40=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6228 is #259DD7. Grayscale: #7F7F7F. Windows color (decimal): -2465240 or 2646746. OLE color: 2646746.

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

Color convert

RGB 218 98 40 -
CMYK 0 0.55 0.82 0.15
HSL 19.55º 0.71% 0.51% -
HSV(B) 19.55º 0.82% 0.85% -
XYZ 33.66 23.79 4.83 -
YUV 127.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 218 98 40 0 0.55 0.82 0.15 19.55 0.71 0.51
Hex DA 62 28 0 37 52 F 14 47 33
Octal 332 142 50 0 67 122 17 24 107 63
Binary 11011010 1100010 101000 0 110111 1010010 1111 10100 1000111 110011

Color Harmonies of #DA6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6228

Black with #DA6228

Text Example


Text Example

White with #DA6228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6228; }

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

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

background-color css

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

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

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

border-color css

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

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

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