Html Css Color HEX #D2AB21 Galliano

📋 copy color: '#D2AB21'

red 210 ◦ green 171 ◦ blue 33

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

Shades of Galliano #D2AB21

Tints of Galliano #D2AB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.97%

R = 50.72%
G = 41.3%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2AB21 (or 0xD2AB21) is known color: Galliano. HEX triplet: D2, AB and 21. RGB value is (210,171,33). Sum of RGB (Red+Green+Blue) = 210+171+33=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AB21 is #2D54DE. Grayscale: #A7A7A7. Windows color (decimal): -2970847 or 2206674. OLE color: 2206674.

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

Color convert

RGB 210 171 33 -
CMYK 0 0.19 0.84 0.18
HSL 46.78º 0.73% 0.48% -
HSV(B) 46.78º 0.84% 0.82% -
XYZ 41.42 42.94 7.54 -
YUV 166.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 210 171 33 0 0.19 0.84 0.18 46.78 0.73 0.48
Hex D2 AB 21 0 13 54 12 2F 49 30
Octal 322 253 41 0 23 124 22 57 111 60
Binary 11010010 10101011 100001 0 10011 1010100 10010 101111 1001001 110000

Color Harmonies of #D2AB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB21

Black with #D2AB21

Text Example


Text Example

White with #D2AB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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