Html Css Color HEX #D4B123 Galliano

📋 copy color: '#D4B123'

red 212 ◦ green 177 ◦ blue 35

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

Shades of Galliano #D4B123

Tints of Galliano #D4B123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

 BLUE value IS 35 (14.06% from 255) = 8.25%

R = 50%
G = 41.75%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4B123 (or 0xD4B123) is known color: Galliano. HEX triplet: D4, B1 and 23. RGB value is (212,177,35). Sum of RGB (Red+Green+Blue) = 212+177+35=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B123 is #2B4EDC. Grayscale: #ABABAB. Windows color (decimal): -2838237 or 2339284. OLE color: 2339284.

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

Color convert

RGB 212 177 35 -
CMYK 0 0.17 0.83 0.17
HSL 48.14º 0.72% 0.48% -
HSV(B) 48.14º 0.83% 0.83% -
XYZ 43.18 45.56 8.11 -
YUV 171.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 212 177 35 0 0.17 0.83 0.17 48.14 0.72 0.48
Hex D4 B1 23 0 11 53 11 30 48 30
Octal 324 261 43 0 21 123 21 60 110 60
Binary 11010100 10110001 100011 0 10001 1010011 10001 110000 1001000 110000

Color Harmonies of #D4B123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B123

Black with #D4B123

Text Example


Text Example

White with #D4B123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B123; }

 p { color: rgb(212,177,35); }

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

background-color css

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

 a { background-color: rgb(212,177,35); }

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

border-color css

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

 span { border-color: rgb(212,177,35); }

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