Html Css Color HEX #D2B220 Galliano

📋 copy color: '#D2B220'

red 210 ◦ green 178 ◦ blue 32

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

Shades of Galliano #D2B220

Tints of Galliano #D2B220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.62%

R = 50%
G = 42.38%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2B220 (or 0xD2B220) is known color: Galliano. HEX triplet: D2, B2 and 20. RGB value is (210,178,32). Sum of RGB (Red+Green+Blue) = 210+178+32=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B220 is #2D4DDF. Grayscale: #ABABAB. Windows color (decimal): -2969056 or 2142930. OLE color: 2142930.

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

Color convert

RGB 210 178 32 -
CMYK 0 0.15 0.85 0.18
HSL 49.21º 0.74% 0.47% -
HSV(B) 49.21º 0.85% 0.82% -
XYZ 42.76 45.65 7.92 -
YUV 170.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 210 178 32 0 0.15 0.85 0.18 49.21 0.74 0.47
Hex D2 B2 20 0 F 55 12 31 4A 2F
Octal 322 262 40 0 17 125 22 61 112 57
Binary 11010010 10110010 100000 0 1111 1010101 10010 110001 1001010 101111

Color Harmonies of #D2B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B220

Black with #D2B220

Text Example


Text Example

White with #D2B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B220; }

 p { color: rgb(210,178,32); }

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

background-color css

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

 a { background-color: rgb(210,178,32); }

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

border-color css

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

 span { border-color: rgb(210,178,32); }

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