Html Css Color HEX #D3A125 Galliano

📋 copy color: '#D3A125'

red 211 ◦ green 161 ◦ blue 37

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

Shades of Galliano #D3A125

Tints of Galliano #D3A125

RGB

 RED value IS 211 (82.81% from 255) = 51.59%

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 51.59%
G = 39.36%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D3A125 (or 0xD3A125) is known color: Galliano. HEX triplet: D3, A1 and 25. RGB value is (211,161,37). Sum of RGB (Red+Green+Blue) = 211+161+37=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A125 is #2C5EDA. Grayscale: #A2A2A2. Windows color (decimal): -2907867 or 2466259. OLE color: 2466259.

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

Color convert

RGB 211 161 37 -
CMYK 0 0.24 0.82 0.17
HSL 42.76º 0.7% 0.49% -
HSV(B) 42.76º 0.82% 0.83% -
XYZ 39.94 39.47 7.26 -
YUV 161.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 211 161 37 0 0.24 0.82 0.17 42.76 0.7 0.49
Hex D3 A1 25 0 18 52 11 2B 46 31
Octal 323 241 45 0 30 122 21 53 106 61
Binary 11010011 10100001 100101 0 11000 1010010 10001 101011 1000110 110001

Color Harmonies of #D3A125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A125

Black with #D3A125

Text Example


Text Example

White with #D3A125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A125; }

 p { color: rgb(211,161,37); }

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

background-color css

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

 a { background-color: rgb(211,161,37); }

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

border-color css

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

 span { border-color: rgb(211,161,37); }

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