Html Css Color HEX #D6A61D Galliano

📋 copy color: '#D6A61D'

red 214 ◦ green 166 ◦ blue 29

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

Shades of Galliano #D6A61D

Tints of Galliano #D6A61D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 52.32%
G = 40.59%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6A61D (or 0xD6A61D) is known color: Galliano. HEX triplet: D6, A6 and 1D. RGB value is (214,166,29). Sum of RGB (Red+Green+Blue) = 214+166+29=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A61D is #2959E2. Grayscale: #A5A5A5. Windows color (decimal): -2709987 or 1943254. OLE color: 1943254.

HSL color Cylindrical-coordinate representation of color #D6A61D: hue angle of 44.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6A61D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 29 -
CMYK 0 0.22 0.86 0.16
HSL 44.43º 0.76% 0.48% -
HSV(B) 44.43º 0.86% 0.84% -
XYZ 41.59 41.66 7.01 -
YUV 164.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 214 166 29 0 0.22 0.86 0.16 44.43 0.76 0.48
Hex D6 A6 1D 0 16 56 10 2C 4C 30
Octal 326 246 35 0 26 126 20 54 114 60
Binary 11010110 10100110 11101 0 10110 1010110 10000 101100 1001100 110000

Color Harmonies of #D6A61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A61D

Black with #D6A61D

Text Example


Text Example

White with #D6A61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A61D; }

 p { color: rgb(214,166,29); }

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

background-color css

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

 a { background-color: rgb(214,166,29); }

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

border-color css

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

 span { border-color: rgb(214,166,29); }

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