Html Css Color HEX #D2AB12 Galliano

📋 copy color: '#D2AB12'

red 210 ◦ green 171 ◦ blue 18

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

Shades of Galliano #D2AB12

Tints of Galliano #D2AB12

RGB

 RED value IS 210 (82.42% from 255) = 52.63%

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

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 52.63%
G = 42.86%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D2AB12 (or 0xD2AB12) is known color: Galliano. HEX triplet: D2, AB and 12. RGB value is (210,171,18). Sum of RGB (Red+Green+Blue) = 210+171+18=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AB12 is #2D54ED. Grayscale: #A5A5A5. Windows color (decimal): -2970862 or 1223634. OLE color: 1223634.

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

Color convert

RGB 210 171 18 -
CMYK 0 0.19 0.91 0.18
HSL 47.81º 0.84% 0.45% -
HSV(B) 47.81º 0.91% 0.82% -
XYZ 41.25 42.87 6.67 -
YUV 165.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 210 171 18 0 0.19 0.91 0.18 47.81 0.84 0.45
Hex D2 AB 12 0 13 5B 12 30 54 2D
Octal 322 253 22 0 23 133 22 60 124 55
Binary 11010010 10101011 10010 0 10011 1011011 10010 110000 1010100 101101

Color Harmonies of #D2AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB12

Black with #D2AB12

Text Example


Text Example

White with #D2AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB12; }

 p { color: rgb(210,171,18); }

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

background-color css

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

 a { background-color: rgb(210,171,18); }

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

border-color css

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

 span { border-color: rgb(210,171,18); }

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