Html Css Color HEX #D4B025 Galliano

📋 copy color: '#D4B025'

red 212 ◦ green 176 ◦ blue 37

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

Shades of Galliano #D4B025

Tints of Galliano #D4B025

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 49.88%
G = 41.41%
B = 8.71%

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

#D4B025 (or 0xD4B025) is known color: Galliano. HEX triplet: D4, B0 and 25. RGB value is (212,176,37). Sum of RGB (Red+Green+Blue) = 212+176+37=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B025 is #2B4FDA. Grayscale: #ABABAB. Windows color (decimal): -2838491 or 2470100. OLE color: 2470100.

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

Color convert

RGB 212 176 37 -
CMYK 0 0.17 0.83 0.17
HSL 47.66º 0.7% 0.49% -
HSV(B) 47.66º 0.83% 0.83% -
XYZ 43.01 45.18 8.2 -
YUV 170.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 212 176 37 0 0.17 0.83 0.17 47.66 0.7 0.49
Hex D4 B0 25 0 11 53 11 30 46 31
Octal 324 260 45 0 21 123 21 60 106 61
Binary 11010100 10110000 100101 0 10001 1010011 10001 110000 1000110 110001

Color Harmonies of #D4B025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B025

Black with #D4B025

Text Example


Text Example

White with #D4B025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B025; }

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

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

background-color css

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

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

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

border-color css

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

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

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