Html Css Color HEX #D3AC28 Galliano

📋 copy color: '#D3AC28'

red 211 ◦ green 172 ◦ blue 40

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

Shades of Galliano #D3AC28

Tints of Galliano #D3AC28

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

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

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

R = 49.88%
G = 40.66%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D3AC28 (or 0xD3AC28) is known color: Galliano. HEX triplet: D3, AC and 28. RGB value is (211,172,40). Sum of RGB (Red+Green+Blue) = 211+172+40=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC28 is #2C53D7. Grayscale: #A9A9A9. Windows color (decimal): -2905048 or 2665683. OLE color: 2665683.

HSL color Cylindrical-coordinate representation of color #D3AC28: hue angle of 46.32º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3AC28 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 172 40 -
CMYK 0 0.18 0.81 0.17
HSL 46.32º 0.68% 0.49% -
HSV(B) 46.32º 0.81% 0.83% -
XYZ 42 43.51 8.19 -
YUV 168.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 211 172 40 0 0.18 0.81 0.17 46.32 0.68 0.49
Hex D3 AC 28 0 12 51 11 2E 44 31
Octal 323 254 50 0 22 121 21 56 104 61
Binary 11010011 10101100 101000 0 10010 1010001 10001 101110 1000100 110001

Color Harmonies of #D3AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC28

Black with #D3AC28

Text Example


Text Example

White with #D3AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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