Html Css Color HEX #D1B222 Galliano

📋 copy color: '#D1B222'

red 209 ◦ green 178 ◦ blue 34

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

Shades of Galliano #D1B222

Tints of Galliano #D1B222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.08%

R = 49.64%
G = 42.28%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1B222 (or 0xD1B222) is known color: Galliano. HEX triplet: D1, B2 and 22. RGB value is (209,178,34). Sum of RGB (Red+Green+Blue) = 209+178+34=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B222 is #2E4DDD. Grayscale: #ABABAB. Windows color (decimal): -3034590 or 2274001. OLE color: 2274001.

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

Color convert

RGB 209 178 34 -
CMYK 0 0.15 0.84 0.18
HSL 49.37º 0.72% 0.48% -
HSV(B) 49.37º 0.84% 0.82% -
XYZ 42.5 45.51 8.06 -
YUV 170.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 209 178 34 0 0.15 0.84 0.18 49.37 0.72 0.48
Hex D1 B2 22 0 F 54 12 31 48 30
Octal 321 262 42 0 17 124 22 61 110 60
Binary 11010001 10110010 100010 0 1111 1010100 10010 110001 1001000 110000

Color Harmonies of #D1B222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B222

Black with #D1B222

Text Example


Text Example

White with #D1B222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B222; }

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

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

background-color css

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

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

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

border-color css

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

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

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