Html Css Color HEX #DAA323 Galliano

📋 copy color: '#DAA323'

red 218 ◦ green 163 ◦ blue 35

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

Shades of Galliano #DAA323

Tints of Galliano #DAA323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 52.4%
G = 39.18%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAA323 (or 0xDAA323) is known color: Galliano. HEX triplet: DA, A3 and 23. RGB value is (218,163,35). Sum of RGB (Red+Green+Blue) = 218+163+35=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA323 is #255CDC. Grayscale: #A5A5A5. Windows color (decimal): -2448605 or 2335706. OLE color: 2335706.

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

Color convert

RGB 218 163 35 -
CMYK 0 0.25 0.84 0.15
HSL 41.97º 0.72% 0.5% -
HSV(B) 41.97º 0.84% 0.85% -
XYZ 42.31 41.22 7.32 -
YUV 164.85 54.72 165.91 -
System Red Green Blue C M Y K H S L
Decimal 218 163 35 0 0.25 0.84 0.15 41.97 0.72 0.5
Hex DA A3 23 0 19 54 F 2A 48 32
Octal 332 243 43 0 31 124 17 52 110 62
Binary 11011010 10100011 100011 0 11001 1010100 1111 101010 1001000 110010

Color Harmonies of #DAA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA323

Black with #DAA323

Text Example


Text Example

White with #DAA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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