Html Css Color HEX #DAA521 Galliano

📋 copy color: '#DAA521'

red 218 ◦ green 165 ◦ blue 33

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

Shades of Galliano #DAA521

Tints of Galliano #DAA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 52.4%
G = 39.66%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAA521 (or 0xDAA521) is known color: Galliano. HEX triplet: DA, A5 and 21. RGB value is (218,165,33). Sum of RGB (Red+Green+Blue) = 218+165+33=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA521 is #255ADE. Grayscale: #A6A6A6. Windows color (decimal): -2448095 or 2205146. OLE color: 2205146.

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

Color convert

RGB 218 165 33 -
CMYK 0 0.24 0.85 0.15
HSL 42.81º 0.74% 0.49% -
HSV(B) 42.81º 0.85% 0.85% -
XYZ 42.64 41.93 7.28 -
YUV 165.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 218 165 33 0 0.24 0.85 0.15 42.81 0.74 0.49
Hex DA A5 21 0 18 55 F 2B 4A 31
Octal 332 245 41 0 30 125 17 53 112 61
Binary 11011010 10100101 100001 0 11000 1010101 1111 101011 1001010 110001

Color Harmonies of #DAA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA521

Black with #DAA521

Text Example


Text Example

White with #DAA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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