Html Css Color HEX #DAA02D Galliano

📋 copy color: '#DAA02D'

red 218 ◦ green 160 ◦ blue 45

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

Shades of Galliano #DAA02D

Tints of Galliano #DAA02D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

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

R = 51.54%
G = 37.83%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAA02D (or 0xDAA02D) is known color: Galliano. HEX triplet: DA, A0 and 2D. RGB value is (218,160,45). Sum of RGB (Red+Green+Blue) = 218+160+45=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA02D is #255FD2. Grayscale: #A4A4A4. Windows color (decimal): -2449363 or 2990298. OLE color: 2990298.

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

Color convert

RGB 218 160 45 -
CMYK 0 0.27 0.79 0.15
HSL 39.88º 0.7% 0.52% -
HSV(B) 39.88º 0.79% 0.85% -
XYZ 41.96 40.24 8.04 -
YUV 164.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 218 160 45 0 0.27 0.79 0.15 39.88 0.7 0.52
Hex DA A0 2D 0 1B 4F F 28 46 34
Octal 332 240 55 0 33 117 17 50 106 64
Binary 11011010 10100000 101101 0 11011 1001111 1111 101000 1000110 110100

Color Harmonies of #DAA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA02D

Black with #DAA02D

Text Example


Text Example

White with #DAA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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