Html Css Color HEX #D0AC28 Galliano

📋 copy color: '#D0AC28'

red 208 ◦ green 172 ◦ blue 40

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

Shades of Galliano #D0AC28

Tints of Galliano #D0AC28

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

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

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

R = 49.52%
G = 40.95%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0AC28 (or 0xD0AC28) is known color: Galliano. HEX triplet: D0, AC and 28. RGB value is (208,172,40). Sum of RGB (Red+Green+Blue) = 208+172+40=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC28 is #2F53D7. Grayscale: #A8A8A8. Windows color (decimal): -3101656 or 2665680. OLE color: 2665680.

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

Color convert

RGB 208 172 40 -
CMYK 0 0.17 0.81 0.18
HSL 47.14º 0.68% 0.49% -
HSV(B) 47.14º 0.81% 0.82% -
XYZ 41.15 43.07 8.15 -
YUV 167.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 208 172 40 0 0.17 0.81 0.18 47.14 0.68 0.49
Hex D0 AC 28 0 11 51 12 2F 44 31
Octal 320 254 50 0 21 121 22 57 104 61
Binary 11010000 10101100 101000 0 10001 1010001 10010 101111 1000100 110001

Color Harmonies of #D0AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC28

Black with #D0AC28

Text Example


Text Example

White with #D0AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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