Html Css Color HEX #DA6027 Gold Drop

📋 copy color: '#DA6027'

red 218 ◦ green 96 ◦ blue 39

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

Shades of Gold Drop #DA6027

Tints of Gold Drop #DA6027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 61.76%
G = 27.2%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA6027 (or 0xDA6027) is known color: Gold Drop. HEX triplet: DA, 60 and 27. RGB value is (218,96,39). Sum of RGB (Red+Green+Blue) = 218+96+39=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6027 is #259FD8. Grayscale: #7E7E7E. Windows color (decimal): -2465753 or 2580698. OLE color: 2580698.

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

Color convert

RGB 218 96 39 -
CMYK 0 0.56 0.82 0.15
HSL 19.11º 0.71% 0.5% -
HSV(B) 19.11º 0.82% 0.85% -
XYZ 33.46 23.42 4.68 -
YUV 125.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 218 96 39 0 0.56 0.82 0.15 19.11 0.71 0.5
Hex DA 60 27 0 38 52 F 13 47 32
Octal 332 140 47 0 70 122 17 23 107 62
Binary 11011010 1100000 100111 0 111000 1010010 1111 10011 1000111 110010

Color Harmonies of #DA6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6027

Black with #DA6027

Text Example


Text Example

White with #DA6027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6027; }

 p { color: rgb(218,96,39); }

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

background-color css

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

 a { background-color: rgb(218,96,39); }

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

border-color css

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

 span { border-color: rgb(218,96,39); }

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