Html Css Color HEX #D0A425 Galliano

📋 copy color: '#D0A425'

red 208 ◦ green 164 ◦ blue 37

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

Shades of Galliano #D0A425

Tints of Galliano #D0A425

RGB

 RED value IS 208 (81.64% from 255) = 50.86%

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 50.86%
G = 40.1%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D0A425 (or 0xD0A425) is known color: Galliano. HEX triplet: D0, A4 and 25. RGB value is (208,164,37). Sum of RGB (Red+Green+Blue) = 208+164+37=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A425 is #2F5BDA. Grayscale: #A3A3A3. Windows color (decimal): -3103707 or 2467024. OLE color: 2467024.

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

Color convert

RGB 208 164 37 -
CMYK 0 0.21 0.82 0.18
HSL 44.56º 0.7% 0.48% -
HSV(B) 44.56º 0.82% 0.82% -
XYZ 39.62 40.09 7.4 -
YUV 162.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 208 164 37 0 0.21 0.82 0.18 44.56 0.7 0.48
Hex D0 A4 25 0 15 52 12 2D 46 30
Octal 320 244 45 0 25 122 22 55 106 60
Binary 11010000 10100100 100101 0 10101 1010010 10010 101101 1000110 110000

Color Harmonies of #D0A425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A425

Black with #D0A425

Text Example


Text Example

White with #D0A425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A425; }

 p { color: rgb(208,164,37); }

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

background-color css

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

 a { background-color: rgb(208,164,37); }

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

border-color css

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

 span { border-color: rgb(208,164,37); }

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