Html Css Color HEX #D49F25 Galliano

📋 copy color: '#D49F25'

red 212 ◦ green 159 ◦ blue 37

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

Shades of Galliano #D49F25

Tints of Galliano #D49F25

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

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

R = 51.96%
G = 38.97%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D49F25 (or 0xD49F25) is known color: Galliano. HEX triplet: D4, 9F and 25. RGB value is (212,159,37). Sum of RGB (Red+Green+Blue) = 212+159+37=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F25 is #2B60DA. Grayscale: #A1A1A1. Windows color (decimal): -2842843 or 2465748. OLE color: 2465748.

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

Color convert

RGB 212 159 37 -
CMYK 0 0.25 0.83 0.17
HSL 41.83º 0.7% 0.49% -
HSV(B) 41.83º 0.83% 0.83% -
XYZ 39.88 38.93 7.16 -
YUV 160.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 212 159 37 0 0.25 0.83 0.17 41.83 0.7 0.49
Hex D4 9F 25 0 19 53 11 2A 46 31
Octal 324 237 45 0 31 123 21 52 106 61
Binary 11010100 10011111 100101 0 11001 1010011 10001 101010 1000110 110001

Color Harmonies of #D49F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F25

Black with #D49F25

Text Example


Text Example

White with #D49F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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