Html Css Color HEX #DA6330 Gold Drop

📋 copy color: '#DA6330'

red 218 ◦ green 99 ◦ blue 48

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

Shades of Gold Drop #DA6330

Tints of Gold Drop #DA6330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 59.73%
G = 27.12%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA6330 (or 0xDA6330) is known color: Gold Drop. HEX triplet: DA, 63 and 30. RGB value is (218,99,48). Sum of RGB (Red+Green+Blue) = 218+99+48=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6330 is #259CCF. Grayscale: #818181. Windows color (decimal): -2464976 or 3171290. OLE color: 3171290.

HSL color Cylindrical-coordinate representation of color #DA6330: hue angle of 18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA6330 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 48 -
CMYK 0 0.55 0.78 0.15
HSL 18º 0.7% 0.52% -
HSV(B) 18º 0.78% 0.85% -
XYZ 33.91 24.04 5.65 -
YUV 128.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 218 99 48 0 0.55 0.78 0.15 18 0.7 0.52
Hex DA 63 30 0 37 4E F 12 46 34
Octal 332 143 60 0 67 116 17 22 106 64
Binary 11011010 1100011 110000 0 110111 1001110 1111 10010 1000110 110100

Color Harmonies of #DA6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6330

Black with #DA6330

Text Example


Text Example

White with #DA6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6330; }

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

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

background-color css

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

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

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

border-color css

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

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

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