Html Css Color HEX #D4AB26 Galliano

📋 copy color: '#D4AB26'

red 212 ◦ green 171 ◦ blue 38

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

Shades of Galliano #D4AB26

Tints of Galliano #D4AB26

RGB

 RED value IS 212 (83.2% from 255) = 50.36%

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

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

R = 50.36%
G = 40.62%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D4AB26 (or 0xD4AB26) is known color: Galliano. HEX triplet: D4, AB and 26. RGB value is (212,171,38). Sum of RGB (Red+Green+Blue) = 212+171+38=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB26 is #2B54D9. Grayscale: #A8A8A8. Windows color (decimal): -2839770 or 2534356. OLE color: 2534356.

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

Color convert

RGB 212 171 38 -
CMYK 0 0.19 0.82 0.17
HSL 45.86º 0.7% 0.49% -
HSV(B) 45.86º 0.82% 0.83% -
XYZ 42.06 43.26 7.97 -
YUV 168.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 212 171 38 0 0.19 0.82 0.17 45.86 0.7 0.49
Hex D4 AB 26 0 13 52 11 2E 46 31
Octal 324 253 46 0 23 122 21 56 106 61
Binary 11010100 10101011 100110 0 10011 1010010 10001 101110 1000110 110001

Color Harmonies of #D4AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB26

Black with #D4AB26

Text Example


Text Example

White with #D4AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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