Html Css Color HEX #D2A925 Galliano

📋 copy color: '#D2A925'

red 210 ◦ green 169 ◦ blue 37

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

Shades of Galliano #D2A925

Tints of Galliano #D2A925

RGB

 RED value IS 210 (82.42% from 255) = 50.48%

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

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

R = 50.48%
G = 40.63%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D2A925 (or 0xD2A925) is known color: Galliano. HEX triplet: D2, A9 and 25. RGB value is (210,169,37). Sum of RGB (Red+Green+Blue) = 210+169+37=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A925 is #2D56DA. Grayscale: #A6A6A6. Windows color (decimal): -2971355 or 2468306. OLE color: 2468306.

HSL color Cylindrical-coordinate representation of color #D2A925: hue angle of 45.78º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2A925 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 37 -
CMYK 0 0.20 0.82 0.18
HSL 45.78º 0.7% 0.48% -
HSV(B) 45.78º 0.82% 0.82% -
XYZ 41.1 42.21 7.73 -
YUV 166.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 210 169 37 0 0.20 0.82 0.18 45.78 0.7 0.48
Hex D2 A9 25 0 14 52 12 2E 46 30
Octal 322 251 45 0 24 122 22 56 106 60
Binary 11010010 10101001 100101 0 10100 1010010 10010 101110 1000110 110000

Color Harmonies of #D2A925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A925

Black with #D2A925

Text Example


Text Example

White with #D2A925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A925; }

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

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

background-color css

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

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

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

border-color css

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

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

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