Html Css Color HEX #DA6328 Gold Drop

📋 copy color: '#DA6328'

red 218 ◦ green 99 ◦ blue 40

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

Shades of Gold Drop #DA6328

Tints of Gold Drop #DA6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 61.06%
G = 27.73%
B = 11.2%

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

#DA6328 (or 0xDA6328) is known color: Gold Drop. HEX triplet: DA, 63 and 28. RGB value is (218,99,40). Sum of RGB (Red+Green+Blue) = 218+99+40=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6328 is #259CD7. Grayscale: #808080. Windows color (decimal): -2464984 or 2647002. OLE color: 2647002.

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

Color convert

RGB 218 99 40 -
CMYK 0 0.55 0.82 0.15
HSL 19.89º 0.71% 0.51% -
HSV(B) 19.89º 0.82% 0.85% -
XYZ 33.76 23.98 4.86 -
YUV 127.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 218 99 40 0 0.55 0.82 0.15 19.89 0.71 0.51
Hex DA 63 28 0 37 52 F 14 47 33
Octal 332 143 50 0 67 122 17 24 107 63
Binary 11011010 1100011 101000 0 110111 1010010 1111 10100 1000111 110011

Color Harmonies of #DA6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6328

Black with #DA6328

Text Example


Text Example

White with #DA6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6328; }

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

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

background-color css

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

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

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

border-color css

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

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

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