Html Css Color HEX #DAA02B Galliano

📋 copy color: '#DAA02B'

red 218 ◦ green 160 ◦ blue 43

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

Shades of Galliano #DAA02B

Tints of Galliano #DAA02B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 43 (17.19% from 255) = 10.21%

R = 51.78%
G = 38%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAA02B (or 0xDAA02B) is known color: Galliano. HEX triplet: DA, A0 and 2B. RGB value is (218,160,43). Sum of RGB (Red+Green+Blue) = 218+160+43=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA02B is #255FD4. Grayscale: #A4A4A4. Windows color (decimal): -2449365 or 2859226. OLE color: 2859226.

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

Color convert

RGB 218 160 43 -
CMYK 0 0.27 0.80 0.15
HSL 40.11º 0.7% 0.51% -
HSV(B) 40.11º 0.8% 0.85% -
XYZ 41.92 40.22 7.84 -
YUV 164 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 218 160 43 0 0.27 0.80 0.15 40.11 0.7 0.51
Hex DA A0 2B 0 1B 50 F 28 46 33
Octal 332 240 53 0 33 120 17 50 106 63
Binary 11011010 10100000 101011 0 11011 1010000 1111 101000 1000110 110011

Color Harmonies of #DAA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA02B

Black with #DAA02B

Text Example


Text Example

White with #DAA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA02B; }

 p { color: rgb(218,160,43); }

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

background-color css

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

 a { background-color: rgb(218,160,43); }

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

border-color css

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

 span { border-color: rgb(218,160,43); }

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