Html Css Color HEX #D6A529 Galliano

📋 copy color: '#D6A529'

red 214 ◦ green 165 ◦ blue 41

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

Shades of Galliano #D6A529

Tints of Galliano #D6A529

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

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

 BLUE value IS 41 (16.41% from 255) = 9.76%

R = 50.95%
G = 39.29%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6A529 (or 0xD6A529) is known color: Galliano. HEX triplet: D6, A5 and 29. RGB value is (214,165,41). Sum of RGB (Red+Green+Blue) = 214+165+41=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A529 is #295AD6. Grayscale: #A6A6A6. Windows color (decimal): -2710231 or 2729430. OLE color: 2729430.

HSL color Cylindrical-coordinate representation of color #D6A529: hue angle of 43.01º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6A529 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 41 -
CMYK 0 0.23 0.81 0.16
HSL 43.01º 0.68% 0.5% -
HSV(B) 43.01º 0.81% 0.84% -
XYZ 41.59 41.37 7.89 -
YUV 165.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 214 165 41 0 0.23 0.81 0.16 43.01 0.68 0.5
Hex D6 A5 29 0 17 51 10 2B 44 32
Octal 326 245 51 0 27 121 20 53 104 62
Binary 11010110 10100101 101001 0 10111 1010001 10000 101011 1000100 110010

Color Harmonies of #D6A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A529

Black with #D6A529

Text Example


Text Example

White with #D6A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A529; }

 p { color: rgb(214,165,41); }

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

background-color css

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

 a { background-color: rgb(214,165,41); }

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

border-color css

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

 span { border-color: rgb(214,165,41); }

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