Html Css Color HEX #D6A927 Galliano

📋 copy color: '#D6A927'

red 214 ◦ green 169 ◦ blue 39

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

Shades of Galliano #D6A927

Tints of Galliano #D6A927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 50.71%
G = 40.05%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6A927 (or 0xD6A927) is known color: Galliano. HEX triplet: D6, A9 and 27. RGB value is (214,169,39). Sum of RGB (Red+Green+Blue) = 214+169+39=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A927 is #2956D8. Grayscale: #A8A8A8. Windows color (decimal): -2709209 or 2599382. OLE color: 2599382.

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

Color convert

RGB 214 169 39 -
CMYK 0 0.21 0.82 0.16
HSL 44.57º 0.69% 0.5% -
HSV(B) 44.57º 0.82% 0.84% -
XYZ 42.29 42.82 7.96 -
YUV 167.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 214 169 39 0 0.21 0.82 0.16 44.57 0.69 0.5
Hex D6 A9 27 0 15 52 10 2D 45 32
Octal 326 251 47 0 25 122 20 55 105 62
Binary 11010110 10101001 100111 0 10101 1010010 10000 101101 1000101 110010

Color Harmonies of #D6A927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A927

Black with #D6A927

Text Example


Text Example

White with #D6A927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A927; }

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

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

background-color css

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

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

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

border-color css

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

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

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