Html Css Color HEX #D6AC28 Galliano

📋 copy color: '#D6AC28'

red 214 ◦ green 172 ◦ blue 40

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

Shades of Galliano #D6AC28

Tints of Galliano #D6AC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

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

R = 50.23%
G = 40.38%
B = 9.39%

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

#D6AC28 (or 0xD6AC28) is known color: Galliano. HEX triplet: D6, AC and 28. RGB value is (214,172,40). Sum of RGB (Red+Green+Blue) = 214+172+40=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC28 is #2953D7. Grayscale: #AAAAAA. Windows color (decimal): -2708440 or 2665686. OLE color: 2665686.

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

Color convert

RGB 214 172 40 -
CMYK 0 0.20 0.81 0.16
HSL 45.52º 0.69% 0.5% -
HSV(B) 45.52º 0.81% 0.84% -
XYZ 42.87 43.95 8.23 -
YUV 169.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 214 172 40 0 0.20 0.81 0.16 45.52 0.69 0.5
Hex D6 AC 28 0 14 51 10 2E 45 32
Octal 326 254 50 0 24 121 20 56 105 62
Binary 11010110 10101100 101000 0 10100 1010001 10000 101110 1000101 110010

Color Harmonies of #D6AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC28

Black with #D6AC28

Text Example


Text Example

White with #D6AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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