Html Css Color HEX #D1B21E Galliano

📋 copy color: '#D1B21E'

red 209 ◦ green 178 ◦ blue 30

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

Shades of Galliano #D1B21E

Tints of Galliano #D1B21E

RGB

 RED value IS 209 (82.03% from 255) = 50.12%

 GREEN value IS 178 (69.92% from 255) = 42.69%

 BLUE value IS 30 (12.11% from 255) = 7.19%

R = 50.12%
G = 42.69%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1B21E (or 0xD1B21E) is known color: Galliano. HEX triplet: D1, B2 and 1E. RGB value is (209,178,30). Sum of RGB (Red+Green+Blue) = 209+178+30=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B21E is #2E4DE1. Grayscale: #ABABAB. Windows color (decimal): -3034594 or 2011857. OLE color: 2011857.

HSL color Cylindrical-coordinate representation of color #D1B21E: hue angle of 49.61º degrees, saturation: 0.75, 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 #D1B21E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 30 -
CMYK 0 0.15 0.86 0.18
HSL 49.61º 0.75% 0.47% -
HSV(B) 49.61º 0.86% 0.82% -
XYZ 42.45 45.49 7.77 -
YUV 170.4 48.77 155.53 -
System Red Green Blue C M Y K H S L
Decimal 209 178 30 0 0.15 0.86 0.18 49.61 0.75 0.47
Hex D1 B2 1E 0 F 56 12 32 4B 2F
Octal 321 262 36 0 17 126 22 62 113 57
Binary 11010001 10110010 11110 0 1111 1010110 10010 110010 1001011 101111

Color Harmonies of #D1B21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B21E

Black with #D1B21E

Text Example


Text Example

White with #D1B21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B21E; }

 p { color: rgb(209,178,30); }

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

background-color css

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

 a { background-color: rgb(209,178,30); }

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

border-color css

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

 span { border-color: rgb(209,178,30); }

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