Html Css Color HEX #D6A91D Galliano

📋 copy color: '#D6A91D'

red 214 ◦ green 169 ◦ blue 29

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

Shades of Galliano #D6A91D

Tints of Galliano #D6A91D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

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

R = 51.94%
G = 41.02%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6A91D (or 0xD6A91D) is known color: Galliano. HEX triplet: D6, A9 and 1D. RGB value is (214,169,29). Sum of RGB (Red+Green+Blue) = 214+169+29=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A91D is #2956E2. Grayscale: #A7A7A7. Windows color (decimal): -2709219 or 1944022. OLE color: 1944022.

HSL color Cylindrical-coordinate representation of color #D6A91D: hue angle of 45.41º 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 #D6A91D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 29 -
CMYK 0 0.21 0.86 0.16
HSL 45.41º 0.76% 0.48% -
HSV(B) 45.41º 0.86% 0.84% -
XYZ 42.14 42.76 7.19 -
YUV 166.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 214 169 29 0 0.21 0.86 0.16 45.41 0.76 0.48
Hex D6 A9 1D 0 15 56 10 2D 4C 30
Octal 326 251 35 0 25 126 20 55 114 60
Binary 11010110 10101001 11101 0 10101 1010110 10000 101101 1001100 110000

Color Harmonies of #D6A91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A91D

Black with #D6A91D

Text Example


Text Example

White with #D6A91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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