Html Css Color HEX #DAA62A Galliano

📋 copy color: '#DAA62A'

red 218 ◦ green 166 ◦ blue 42

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

Shades of Galliano #DAA62A

Tints of Galliano #DAA62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 42 (16.8% from 255) = 9.86%

R = 51.17%
G = 38.97%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAA62A (or 0xDAA62A) is known color: Galliano. HEX triplet: DA, A6 and 2A. RGB value is (218,166,42). Sum of RGB (Red+Green+Blue) = 218+166+42=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA62A is #2559D5. Grayscale: #A7A7A7. Windows color (decimal): -2447830 or 2795226. OLE color: 2795226.

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

Color convert

RGB 218 166 42 -
CMYK 0 0.24 0.81 0.15
HSL 42.27º 0.7% 0.51% -
HSV(B) 42.27º 0.81% 0.85% -
XYZ 42.97 42.35 8.1 -
YUV 167.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 218 166 42 0 0.24 0.81 0.15 42.27 0.7 0.51
Hex DA A6 2A 0 18 51 F 2A 46 33
Octal 332 246 52 0 30 121 17 52 106 63
Binary 11011010 10100110 101010 0 11000 1010001 1111 101010 1000110 110011

Color Harmonies of #DAA62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA62A

Black with #DAA62A

Text Example


Text Example

White with #DAA62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA62A; }

 p { color: rgb(218,166,42); }

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

background-color css

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

 a { background-color: rgb(218,166,42); }

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

border-color css

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

 span { border-color: rgb(218,166,42); }

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