Html Css Color HEX #DAA22D Galliano

📋 copy color: '#DAA22D'

red 218 ◦ green 162 ◦ blue 45

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

Shades of Galliano #DAA22D

Tints of Galliano #DAA22D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.12%

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

R = 51.29%
G = 38.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAA22D (or 0xDAA22D) is known color: Galliano. HEX triplet: DA, A2 and 2D. RGB value is (218,162,45). Sum of RGB (Red+Green+Blue) = 218+162+45=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA22D is #255DD2. Grayscale: #A5A5A5. Windows color (decimal): -2448851 or 2990810. OLE color: 2990810.

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

Color convert

RGB 218 162 45 -
CMYK 0 0.26 0.79 0.15
HSL 40.58º 0.7% 0.52% -
HSV(B) 40.58º 0.79% 0.85% -
XYZ 42.31 40.94 8.15 -
YUV 165.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 218 162 45 0 0.26 0.79 0.15 40.58 0.7 0.52
Hex DA A2 2D 0 1A 4F F 29 46 34
Octal 332 242 55 0 32 117 17 51 106 64
Binary 11011010 10100010 101101 0 11010 1001111 1111 101001 1000110 110100

Color Harmonies of #DAA22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA22D

Black with #DAA22D

Text Example


Text Example

White with #DAA22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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