Html Css Color HEX #D4AB23 Galliano

📋 copy color: '#D4AB23'

red 212 ◦ green 171 ◦ blue 35

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

Shades of Galliano #D4AB23

Tints of Galliano #D4AB23

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

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

R = 50.72%
G = 40.91%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4AB23 (or 0xD4AB23) is known color: Galliano. HEX triplet: D4, AB and 23. RGB value is (212,171,35). Sum of RGB (Red+Green+Blue) = 212+171+35=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB23 is #2B54DC. Grayscale: #A8A8A8. Windows color (decimal): -2839773 or 2337748. OLE color: 2337748.

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

Color convert

RGB 212 171 35 -
CMYK 0 0.19 0.83 0.17
HSL 46.1º 0.72% 0.48% -
HSV(B) 46.1º 0.83% 0.83% -
XYZ 42.02 43.24 7.72 -
YUV 167.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 212 171 35 0 0.19 0.83 0.17 46.1 0.72 0.48
Hex D4 AB 23 0 13 53 11 2E 48 30
Octal 324 253 43 0 23 123 21 56 110 60
Binary 11010100 10101011 100011 0 10011 1010011 10001 101110 1001000 110000

Color Harmonies of #D4AB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB23

Black with #D4AB23

Text Example


Text Example

White with #D4AB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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