Html Css Color HEX #D4B325 Galliano

📋 copy color: '#D4B325'

red 212 ◦ green 179 ◦ blue 37

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

Shades of Galliano #D4B325

Tints of Galliano #D4B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.64%

R = 49.53%
G = 41.82%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4B325 (or 0xD4B325) is known color: Galliano. HEX triplet: D4, B3 and 25. RGB value is (212,179,37). Sum of RGB (Red+Green+Blue) = 212+179+37=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B325 is #2B4CDA. Grayscale: #ADADAD. Windows color (decimal): -2837723 or 2470868. OLE color: 2470868.

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

Color convert

RGB 212 179 37 -
CMYK 0 0.16 0.83 0.17
HSL 48.69º 0.7% 0.49% -
HSV(B) 48.69º 0.83% 0.83% -
XYZ 43.61 46.37 8.4 -
YUV 172.68 51.43 156.05 -
System Red Green Blue C M Y K H S L
Decimal 212 179 37 0 0.16 0.83 0.17 48.69 0.7 0.49
Hex D4 B3 25 0 10 53 11 31 46 31
Octal 324 263 45 0 20 123 21 61 106 61
Binary 11010100 10110011 100101 0 10000 1010011 10001 110001 1000110 110001

Color Harmonies of #D4B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B325

Black with #D4B325

Text Example


Text Example

White with #D4B325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B325; }

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

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

background-color css

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

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

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

border-color css

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

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

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