Html Css Color HEX #D4B225 Galliano

📋 copy color: '#D4B225'

red 212 ◦ green 178 ◦ blue 37

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

Shades of Galliano #D4B225

Tints of Galliano #D4B225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.69%

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

R = 49.65%
G = 41.69%
B = 8.67%

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

#D4B225 (or 0xD4B225) is known color: Galliano. HEX triplet: D4, B2 and 25. RGB value is (212,178,37). Sum of RGB (Red+Green+Blue) = 212+178+37=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B225 is #2B4DDA. Grayscale: #ACACAC. Windows color (decimal): -2837979 or 2470612. OLE color: 2470612.

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

Color convert

RGB 212 178 37 -
CMYK 0 0.16 0.83 0.17
HSL 48.34º 0.7% 0.49% -
HSV(B) 48.34º 0.83% 0.83% -
XYZ 43.41 45.97 8.34 -
YUV 172.09 51.76 156.46 -
System Red Green Blue C M Y K H S L
Decimal 212 178 37 0 0.16 0.83 0.17 48.34 0.7 0.49
Hex D4 B2 25 0 10 53 11 30 46 31
Octal 324 262 45 0 20 123 21 60 106 61
Binary 11010100 10110010 100101 0 10000 1010011 10001 110000 1000110 110001

Color Harmonies of #D4B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B225

Black with #D4B225

Text Example


Text Example

White with #D4B225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B225; }

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

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

background-color css

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

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

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

border-color css

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

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

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