Html Css Color HEX #DAA52B Galliano

📋 copy color: '#DAA52B'

red 218 ◦ green 165 ◦ blue 43

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

Shades of Galliano #DAA52B

Tints of Galliano #DAA52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 51.17%
G = 38.73%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAA52B (or 0xDAA52B) is known color: Galliano. HEX triplet: DA, A5 and 2B. RGB value is (218,165,43). Sum of RGB (Red+Green+Blue) = 218+165+43=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA52B is #255AD4. Grayscale: #A7A7A7. Windows color (decimal): -2448085 or 2860506. OLE color: 2860506.

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

Color convert

RGB 218 165 43 -
CMYK 0 0.24 0.80 0.15
HSL 41.83º 0.7% 0.51% -
HSV(B) 41.83º 0.8% 0.85% -
XYZ 42.8 41.99 8.13 -
YUV 166.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 218 165 43 0 0.24 0.80 0.15 41.83 0.7 0.51
Hex DA A5 2B 0 18 50 F 2A 46 33
Octal 332 245 53 0 30 120 17 52 106 63
Binary 11011010 10100101 101011 0 11000 1010000 1111 101010 1000110 110011

Color Harmonies of #DAA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA52B

Black with #DAA52B

Text Example


Text Example

White with #DAA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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