Html Css Color HEX #D4AB22 Galliano

📋 copy color: '#D4AB22'

red 212 ◦ green 171 ◦ blue 34

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

Shades of Galliano #D4AB22

Tints of Galliano #D4AB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 50.84%
G = 41.01%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4AB22 (or 0xD4AB22) is known color: Galliano. HEX triplet: D4, AB and 22. RGB value is (212,171,34). Sum of RGB (Red+Green+Blue) = 212+171+34=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB22 is #2B54DD. Grayscale: #A8A8A8. Windows color (decimal): -2839774 or 2272212. OLE color: 2272212.

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

Color convert

RGB 212 171 34 -
CMYK 0 0.19 0.84 0.17
HSL 46.18º 0.72% 0.48% -
HSV(B) 46.18º 0.84% 0.83% -
XYZ 42 43.24 7.65 -
YUV 167.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 212 171 34 0 0.19 0.84 0.17 46.18 0.72 0.48
Hex D4 AB 22 0 13 54 11 2E 48 30
Octal 324 253 42 0 23 124 21 56 110 60
Binary 11010100 10101011 100010 0 10011 1010100 10001 101110 1001000 110000

Color Harmonies of #D4AB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB22

Black with #D4AB22

Text Example


Text Example

White with #D4AB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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