Html Css Color HEX #DAA32B Galliano

📋 copy color: '#DAA32B'

red 218 ◦ green 163 ◦ blue 43

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

Shades of Galliano #DAA32B

Tints of Galliano #DAA32B

RGB

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

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

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

R = 51.42%
G = 38.44%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAA32B (or 0xDAA32B) is known color: Galliano. HEX triplet: DA, A3 and 2B. RGB value is (218,163,43). Sum of RGB (Red+Green+Blue) = 218+163+43=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA32B is #255CD4. Grayscale: #A6A6A6. Windows color (decimal): -2448597 or 2859994. OLE color: 2859994.

HSL color Cylindrical-coordinate representation of color #DAA32B: hue angle of 41.14º 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 #DAA32B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 43 -
CMYK 0 0.25 0.80 0.15
HSL 41.14º 0.7% 0.51% -
HSV(B) 41.14º 0.8% 0.85% -
XYZ 42.45 41.27 8.02 -
YUV 165.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 218 163 43 0 0.25 0.80 0.15 41.14 0.7 0.51
Hex DA A3 2B 0 19 50 F 29 46 33
Octal 332 243 53 0 31 120 17 51 106 63
Binary 11011010 10100011 101011 0 11001 1010000 1111 101001 1000110 110011

Color Harmonies of #DAA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA32B

Black with #DAA32B

Text Example


Text Example

White with #DAA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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