Html Css Color HEX #D2AB0F Galliano

📋 copy color: '#D2AB0F'

red 210 ◦ green 171 ◦ blue 15

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

Shades of Galliano #D2AB0F

Tints of Galliano #D2AB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 53.03%
G = 43.18%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2AB0F (or 0xD2AB0F) is known color: Galliano. HEX triplet: D2, AB and 0F. RGB value is (210,171,15). Sum of RGB (Red+Green+Blue) = 210+171+15=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AB0F is #2D54F0. Grayscale: #A5A5A5. Windows color (decimal): -2970865 or 1027026. OLE color: 1027026.

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

Color convert

RGB 210 171 15 -
CMYK 0 0.19 0.93 0.18
HSL 48º 0.87% 0.44% -
HSV(B) 48º 0.93% 0.82% -
XYZ 41.23 42.86 6.55 -
YUV 164.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 210 171 15 0 0.19 0.93 0.18 48 0.87 0.44
Hex D2 AB F 0 13 5D 12 30 57 2C
Octal 322 253 17 0 23 135 22 60 127 54
Binary 11010010 10101011 1111 0 10011 1011101 10010 110000 1010111 101100

Color Harmonies of #D2AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB0F

Black with #D2AB0F

Text Example


Text Example

White with #D2AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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