Html Css Color HEX #DAA52D Galliano

📋 copy color: '#DAA52D'

red 218 ◦ green 165 ◦ blue 45

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

Shades of Galliano #DAA52D

Tints of Galliano #DAA52D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 50.93%
G = 38.55%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAA52D (or 0xDAA52D) is known color: Galliano. HEX triplet: DA, A5 and 2D. RGB value is (218,165,45). Sum of RGB (Red+Green+Blue) = 218+165+45=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA52D is #255AD2. Grayscale: #A7A7A7. Windows color (decimal): -2448083 or 2991578. OLE color: 2991578.

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

Color convert

RGB 218 165 45 -
CMYK 0 0.24 0.79 0.15
HSL 41.62º 0.7% 0.52% -
HSV(B) 41.62º 0.79% 0.85% -
XYZ 42.84 42.01 8.33 -
YUV 167.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 218 165 45 0 0.24 0.79 0.15 41.62 0.7 0.52
Hex DA A5 2D 0 18 4F F 2A 46 34
Octal 332 245 55 0 30 117 17 52 106 64
Binary 11011010 10100101 101101 0 11000 1001111 1111 101010 1000110 110100

Color Harmonies of #DAA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA52D

Black with #DAA52D

Text Example


Text Example

White with #DAA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA52D; }

 p { color: rgb(218,165,45); }

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

background-color css

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

 a { background-color: rgb(218,165,45); }

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

border-color css

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

 span { border-color: rgb(218,165,45); }

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