Html Css Color HEX #DA6A2C Gold Drop

📋 copy color: '#DA6A2C'

red 218 ◦ green 106 ◦ blue 44

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

Shades of Gold Drop #DA6A2C

Tints of Gold Drop #DA6A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 59.24%
G = 28.8%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA6A2C (or 0xDA6A2C) is known color: Gold Drop. HEX triplet: DA, 6A and 2C. RGB value is (218,106,44). Sum of RGB (Red+Green+Blue) = 218+106+44=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A2C is #2595D3. Grayscale: #848484. Windows color (decimal): -2463188 or 2910938. OLE color: 2910938.

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

Color convert

RGB 218 106 44 -
CMYK 0 0.51 0.80 0.15
HSL 21.38º 0.7% 0.51% -
HSV(B) 21.38º 0.8% 0.85% -
XYZ 34.52 25.4 5.47 -
YUV 132.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 218 106 44 0 0.51 0.80 0.15 21.38 0.7 0.51
Hex DA 6A 2C 0 33 50 F 15 46 33
Octal 332 152 54 0 63 120 17 25 106 63
Binary 11011010 1101010 101100 0 110011 1010000 1111 10101 1000110 110011

Color Harmonies of #DA6A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A2C

Black with #DA6A2C

Text Example


Text Example

White with #DA6A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A2C; }

 p { color: rgb(218,106,44); }

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

background-color css

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

 a { background-color: rgb(218,106,44); }

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

border-color css

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

 span { border-color: rgb(218,106,44); }

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