Html Css Color HEX #D6AB28 Galliano

📋 copy color: '#D6AB28'

red 214 ◦ green 171 ◦ blue 40

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

Shades of Galliano #D6AB28

Tints of Galliano #D6AB28

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

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

R = 50.35%
G = 40.24%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6AB28 (or 0xD6AB28) is known color: Galliano. HEX triplet: D6, AB and 28. RGB value is (214,171,40). Sum of RGB (Red+Green+Blue) = 214+171+40=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB28 is #2954D7. Grayscale: #A9A9A9. Windows color (decimal): -2708696 or 2665430. OLE color: 2665430.

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

Color convert

RGB 214 171 40 -
CMYK 0 0.20 0.81 0.16
HSL 45.17º 0.69% 0.5% -
HSV(B) 45.17º 0.81% 0.84% -
XYZ 42.68 43.58 8.17 -
YUV 168.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 214 171 40 0 0.20 0.81 0.16 45.17 0.69 0.5
Hex D6 AB 28 0 14 51 10 2D 45 32
Octal 326 253 50 0 24 121 20 55 105 62
Binary 11010110 10101011 101000 0 10100 1010001 10000 101101 1000101 110010

Color Harmonies of #D6AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB28

Black with #D6AB28

Text Example


Text Example

White with #D6AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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