Html Css Color HEX #DAA31B Galliano

📋 copy color: '#DAA31B'

red 218 ◦ green 163 ◦ blue 27

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

Shades of Galliano #DAA31B

Tints of Galliano #DAA31B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

 BLUE value IS 27 (10.94% from 255) = 6.62%

R = 53.43%
G = 39.95%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAA31B (or 0xDAA31B) is known color: Galliano. HEX triplet: DA, A3 and 1B. RGB value is (218,163,27). Sum of RGB (Red+Green+Blue) = 218+163+27=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA31B is #255CE4. Grayscale: #A4A4A4. Windows color (decimal): -2448613 or 1811418. OLE color: 1811418.

HSL color Cylindrical-coordinate representation of color #DAA31B: hue angle of 42.72º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAA31B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 27 -
CMYK 0 0.25 0.88 0.15
HSL 42.72º 0.78% 0.48% -
HSV(B) 42.72º 0.88% 0.85% -
XYZ 42.21 41.18 6.76 -
YUV 163.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 218 163 27 0 0.25 0.88 0.15 42.72 0.78 0.48
Hex DA A3 1B 0 19 58 F 2B 4E 30
Octal 332 243 33 0 31 130 17 53 116 60
Binary 11011010 10100011 11011 0 11001 1011000 1111 101011 1001110 110000

Color Harmonies of #DAA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA31B

Black with #DAA31B

Text Example


Text Example

White with #DAA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA31B; }

 p { color: rgb(218,163,27); }

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

background-color css

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

 a { background-color: rgb(218,163,27); }

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

border-color css

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

 span { border-color: rgb(218,163,27); }

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