Html Css Color HEX #D4B320 Galliano

📋 copy color: '#D4B320'

red 212 ◦ green 179 ◦ blue 32

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

Shades of Galliano #D4B320

Tints of Galliano #D4B320

RGB

 RED value IS 212 (83.2% from 255) = 50.12%

 GREEN value IS 179 (70.31% from 255) = 42.32%

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

R = 50.12%
G = 42.32%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4B320 (or 0xD4B320) is known color: Galliano. HEX triplet: D4, B3 and 20. RGB value is (212,179,32). Sum of RGB (Red+Green+Blue) = 212+179+32=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B320 is #2B4CDF. Grayscale: #ACACAC. Windows color (decimal): -2837728 or 2143188. OLE color: 2143188.

HSL color Cylindrical-coordinate representation of color #D4B320: hue angle of 49º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4B320 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 32 -
CMYK 0 0.16 0.85 0.17
HSL 49º 0.74% 0.48% -
HSV(B) 49º 0.85% 0.83% -
XYZ 43.53 46.34 8.02 -
YUV 172.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 212 179 32 0 0.16 0.85 0.17 49 0.74 0.48
Hex D4 B3 20 0 10 55 11 31 4A 30
Octal 324 263 40 0 20 125 21 61 112 60
Binary 11010100 10110011 100000 0 10000 1010101 10001 110001 1001010 110000

Color Harmonies of #D4B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B320

Black with #D4B320

Text Example


Text Example

White with #D4B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B320; }

 p { color: rgb(212,179,32); }

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

background-color css

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

 a { background-color: rgb(212,179,32); }

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

border-color css

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

 span { border-color: rgb(212,179,32); }

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