Html Css Color HEX #D3A925 Galliano

📋 copy color: '#D3A925'

red 211 ◦ green 169 ◦ blue 37

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

Shades of Galliano #D3A925

Tints of Galliano #D3A925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 50.6%
G = 40.53%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D3A925 (or 0xD3A925) is known color: Galliano. HEX triplet: D3, A9 and 25. RGB value is (211,169,37). Sum of RGB (Red+Green+Blue) = 211+169+37=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A925 is #2C56DA. Grayscale: #A7A7A7. Windows color (decimal): -2905819 or 2468307. OLE color: 2468307.

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

Color convert

RGB 211 169 37 -
CMYK 0 0.20 0.82 0.17
HSL 45.52º 0.7% 0.49% -
HSV(B) 45.52º 0.82% 0.83% -
XYZ 41.39 42.36 7.74 -
YUV 166.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 211 169 37 0 0.20 0.82 0.17 45.52 0.7 0.49
Hex D3 A9 25 0 14 52 11 2E 46 31
Octal 323 251 45 0 24 122 21 56 106 61
Binary 11010011 10101001 100101 0 10100 1010010 10001 101110 1000110 110001

Color Harmonies of #D3A925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A925

Black with #D3A925

Text Example


Text Example

White with #D3A925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A925; }

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

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

background-color css

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

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

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

border-color css

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

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

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