Html Css Color HEX #D0AB26 Galliano

📋 copy color: '#D0AB26'

red 208 ◦ green 171 ◦ blue 38

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

Shades of Galliano #D0AB26

Tints of Galliano #D0AB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 49.88%
G = 41.01%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0AB26 (or 0xD0AB26) is known color: Galliano. HEX triplet: D0, AB and 26. RGB value is (208,171,38). Sum of RGB (Red+Green+Blue) = 208+171+38=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB26 is #2F54D9. Grayscale: #A7A7A7. Windows color (decimal): -3101914 or 2534352. OLE color: 2534352.

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

Color convert

RGB 208 171 38 -
CMYK 0 0.18 0.82 0.18
HSL 46.94º 0.69% 0.48% -
HSV(B) 46.94º 0.82% 0.82% -
XYZ 40.93 42.68 7.91 -
YUV 166.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 208 171 38 0 0.18 0.82 0.18 46.94 0.69 0.48
Hex D0 AB 26 0 12 52 12 2F 45 30
Octal 320 253 46 0 22 122 22 57 105 60
Binary 11010000 10101011 100110 0 10010 1010010 10010 101111 1000101 110000

Color Harmonies of #D0AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB26

Black with #D0AB26

Text Example


Text Example

White with #D0AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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