Html Css Color HEX #D2AB1D Galliano

📋 copy color: '#D2AB1D'

red 210 ◦ green 171 ◦ blue 29

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

Shades of Galliano #D2AB1D

Tints of Galliano #D2AB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 51.22%
G = 41.71%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2AB1D (or 0xD2AB1D) is known color: Galliano. HEX triplet: D2, AB and 1D. RGB value is (210,171,29). Sum of RGB (Red+Green+Blue) = 210+171+29=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB1D is #2D54E2. Grayscale: #A7A7A7. Windows color (decimal): -2970851 or 1944530. OLE color: 1944530.

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

Color convert

RGB 210 171 29 -
CMYK 0 0.19 0.86 0.18
HSL 47.07º 0.76% 0.47% -
HSV(B) 47.07º 0.86% 0.82% -
XYZ 41.36 42.92 7.27 -
YUV 166.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 210 171 29 0 0.19 0.86 0.18 47.07 0.76 0.47
Hex D2 AB 1D 0 13 56 12 2F 4C 2F
Octal 322 253 35 0 23 126 22 57 114 57
Binary 11010010 10101011 11101 0 10011 1010110 10010 101111 1001100 101111

Color Harmonies of #D2AB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB1D

Black with #D2AB1D

Text Example


Text Example

White with #D2AB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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