Html Css Color HEX #D8A525 Galliano

📋 copy color: '#D8A525'

red 216 ◦ green 165 ◦ blue 37

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

Shades of Galliano #D8A525

Tints of Galliano #D8A525

RGB

 RED value IS 216 (84.77% from 255) = 51.67%

 GREEN value IS 165 (64.84% from 255) = 39.47%

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

R = 51.67%
G = 39.47%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8A525 (or 0xD8A525) is known color: Galliano. HEX triplet: D8, A5 and 25. RGB value is (216,165,37). Sum of RGB (Red+Green+Blue) = 216+165+37=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A525 is #275ADA. Grayscale: #A6A6A6. Windows color (decimal): -2579163 or 2467288. OLE color: 2467288.

HSL color Cylindrical-coordinate representation of color #D8A525: hue angle of 42.91º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8A525 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 37 -
CMYK 0 0.24 0.83 0.15
HSL 42.91º 0.71% 0.5% -
HSV(B) 42.91º 0.83% 0.85% -
XYZ 42.11 41.64 7.57 -
YUV 165.66 55.4 163.91 -
System Red Green Blue C M Y K H S L
Decimal 216 165 37 0 0.24 0.83 0.15 42.91 0.71 0.5
Hex D8 A5 25 0 18 53 F 2B 47 32
Octal 330 245 45 0 30 123 17 53 107 62
Binary 11011000 10100101 100101 0 11000 1010011 1111 101011 1000111 110010

Color Harmonies of #D8A525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A525

Black with #D8A525

Text Example


Text Example

White with #D8A525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A525; }

 p { color: rgb(216,165,37); }

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

background-color css

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

 a { background-color: rgb(216,165,37); }

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

border-color css

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

 span { border-color: rgb(216,165,37); }

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