Html Css Color HEX #D4A123 Galliano

📋 copy color: '#D4A123'

red 212 ◦ green 161 ◦ blue 35

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

Shades of Galliano #D4A123

Tints of Galliano #D4A123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

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

R = 51.96%
G = 39.46%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4A123 (or 0xD4A123) is known color: Galliano. HEX triplet: D4, A1 and 23. RGB value is (212,161,35). Sum of RGB (Red+Green+Blue) = 212+161+35=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A123 is #2B5EDC. Grayscale: #A2A2A2. Windows color (decimal): -2842333 or 2335188. OLE color: 2335188.

HSL color Cylindrical-coordinate representation of color #D4A123: hue angle of 42.71º 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 #D4A123 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 35 -
CMYK 0 0.24 0.83 0.17
HSL 42.71º 0.72% 0.48% -
HSV(B) 42.71º 0.83% 0.83% -
XYZ 40.2 39.61 7.12 -
YUV 161.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 212 161 35 0 0.24 0.83 0.17 42.71 0.72 0.48
Hex D4 A1 23 0 18 53 11 2B 48 30
Octal 324 241 43 0 30 123 21 53 110 60
Binary 11010100 10100001 100011 0 11000 1010011 10001 101011 1001000 110000

Color Harmonies of #D4A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A123

Black with #D4A123

Text Example


Text Example

White with #D4A123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A123; }

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

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

background-color css

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

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

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

border-color css

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

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

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