Html Css Color HEX #D6A128 Galliano

📋 copy color: '#D6A128'

red 214 ◦ green 161 ◦ blue 40

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

Shades of Galliano #D6A128

Tints of Galliano #D6A128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 51.57%
G = 38.8%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6A128 (or 0xD6A128) is known color: Galliano. HEX triplet: D6, A1 and 28. RGB value is (214,161,40). Sum of RGB (Red+Green+Blue) = 214+161+40=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A128 is #295ED7. Grayscale: #A3A3A3. Windows color (decimal): -2711256 or 2662870. OLE color: 2662870.

HSL color Cylindrical-coordinate representation of color #D6A128: hue angle of 41.72º degrees, saturation: 0.69, 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 #D6A128 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 40 -
CMYK 0 0.25 0.81 0.16
HSL 41.72º 0.69% 0.5% -
HSV(B) 41.72º 0.81% 0.84% -
XYZ 40.86 39.94 7.56 -
YUV 163.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 214 161 40 0 0.25 0.81 0.16 41.72 0.69 0.5
Hex D6 A1 28 0 19 51 10 2A 45 32
Octal 326 241 50 0 31 121 20 52 105 62
Binary 11010110 10100001 101000 0 11001 1010001 10000 101010 1000101 110010

Color Harmonies of #D6A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A128

Black with #D6A128

Text Example


Text Example

White with #D6A128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A128; }

 p { color: rgb(214,161,40); }

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

background-color css

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

 a { background-color: rgb(214,161,40); }

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

border-color css

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

 span { border-color: rgb(214,161,40); }

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