Html Css Color HEX #D6A727 Galliano

📋 copy color: '#D6A727'

red 214 ◦ green 167 ◦ blue 39

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

Shades of Galliano #D6A727

Tints of Galliano #D6A727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 50.95%
G = 39.76%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6A727 (or 0xD6A727) is known color: Galliano. HEX triplet: D6, A7 and 27. RGB value is (214,167,39). Sum of RGB (Red+Green+Blue) = 214+167+39=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A727 is #2958D8. Grayscale: #A7A7A7. Windows color (decimal): -2709721 or 2598870. OLE color: 2598870.

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

Color convert

RGB 214 167 39 -
CMYK 0 0.22 0.82 0.16
HSL 43.89º 0.69% 0.5% -
HSV(B) 43.89º 0.82% 0.84% -
XYZ 41.92 42.08 7.83 -
YUV 166.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 214 167 39 0 0.22 0.82 0.16 43.89 0.69 0.5
Hex D6 A7 27 0 16 52 10 2C 45 32
Octal 326 247 47 0 26 122 20 54 105 62
Binary 11010110 10100111 100111 0 10110 1010010 10000 101100 1000101 110010

Color Harmonies of #D6A727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A727

Black with #D6A727

Text Example


Text Example

White with #D6A727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A727; }

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

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

background-color css

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

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

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

border-color css

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

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

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