Html Css Color HEX #DAAC28 Galliano

📋 copy color: '#DAAC28'

red 218 ◦ green 172 ◦ blue 40

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

Shades of Galliano #DAAC28

Tints of Galliano #DAAC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 50.7%
G = 40%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAAC28 (or 0xDAAC28) is known color: Galliano. HEX triplet: DA, AC and 28. RGB value is (218,172,40). Sum of RGB (Red+Green+Blue) = 218+172+40=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC28 is #2553D7. Grayscale: #ABABAB. Windows color (decimal): -2446296 or 2665690. OLE color: 2665690.

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

Color convert

RGB 218 172 40 -
CMYK 0 0.21 0.82 0.15
HSL 44.49º 0.71% 0.51% -
HSV(B) 44.49º 0.82% 0.85% -
XYZ 44.05 44.56 8.29 -
YUV 170.71 54.24 161.73 -
System Red Green Blue C M Y K H S L
Decimal 218 172 40 0 0.21 0.82 0.15 44.49 0.71 0.51
Hex DA AC 28 0 15 52 F 2C 47 33
Octal 332 254 50 0 25 122 17 54 107 63
Binary 11011010 10101100 101000 0 10101 1010010 1111 101100 1000111 110011

Color Harmonies of #DAAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC28

Black with #DAAC28

Text Example


Text Example

White with #DAAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC28; }

 p { color: rgb(218,172,40); }

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

background-color css

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

 a { background-color: rgb(218,172,40); }

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

border-color css

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

 span { border-color: rgb(218,172,40); }

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