Html Css Color HEX #D0AB28 Galliano

📋 copy color: '#D0AB28'

red 208 ◦ green 171 ◦ blue 40

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

Shades of Galliano #D0AB28

Tints of Galliano #D0AB28

RGB

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

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

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

R = 49.64%
G = 40.81%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0AB28 (or 0xD0AB28) is known color: Galliano. HEX triplet: D0, AB and 28. RGB value is (208,171,40). Sum of RGB (Red+Green+Blue) = 208+171+40=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB28 is #2F54D7. Grayscale: #A7A7A7. Windows color (decimal): -3101912 or 2665424. OLE color: 2665424.

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

Color convert

RGB 208 171 40 -
CMYK 0 0.18 0.81 0.18
HSL 46.79º 0.68% 0.49% -
HSV(B) 46.79º 0.81% 0.82% -
XYZ 40.96 42.69 8.09 -
YUV 167.13 56.26 157.15 -
System Red Green Blue C M Y K H S L
Decimal 208 171 40 0 0.18 0.81 0.18 46.79 0.68 0.49
Hex D0 AB 28 0 12 51 12 2F 44 31
Octal 320 253 50 0 22 121 22 57 104 61
Binary 11010000 10101011 101000 0 10010 1010001 10010 101111 1000100 110001

Color Harmonies of #D0AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB28

Black with #D0AB28

Text Example


Text Example

White with #D0AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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