Html Css Color HEX #D8A523 Galliano

📋 copy color: '#D8A523'

red 216 ◦ green 165 ◦ blue 35

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

Shades of Galliano #D8A523

Tints of Galliano #D8A523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 51.92%
G = 39.66%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8A523 (or 0xD8A523) is known color: Galliano. HEX triplet: D8, A5 and 23. RGB value is (216,165,35). Sum of RGB (Red+Green+Blue) = 216+165+35=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A523 is #275ADC. Grayscale: #A5A5A5. Windows color (decimal): -2579165 or 2336216. OLE color: 2336216.

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

Color convert

RGB 216 165 35 -
CMYK 0 0.24 0.84 0.15
HSL 43.09º 0.72% 0.49% -
HSV(B) 43.09º 0.84% 0.85% -
XYZ 42.08 41.63 7.41 -
YUV 165.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 216 165 35 0 0.24 0.84 0.15 43.09 0.72 0.49
Hex D8 A5 23 0 18 54 F 2B 48 31
Octal 330 245 43 0 30 124 17 53 110 61
Binary 11011000 10100101 100011 0 11000 1010100 1111 101011 1001000 110001

Color Harmonies of #D8A523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A523

Black with #D8A523

Text Example


Text Example

White with #D8A523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A523; }

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

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

background-color css

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

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

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

border-color css

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

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

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