Html Css Color HEX #D8A923 Galliano

📋 copy color: '#D8A923'

red 216 ◦ green 169 ◦ blue 35

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

Shades of Galliano #D8A923

Tints of Galliano #D8A923

RGB

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

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

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

R = 51.43%
G = 40.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8A923 (or 0xD8A923) is known color: Galliano. HEX triplet: D8, A9 and 23. RGB value is (216,169,35). Sum of RGB (Red+Green+Blue) = 216+169+35=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A923 is #2756DC. Grayscale: #A8A8A8. Windows color (decimal): -2578141 or 2337240. OLE color: 2337240.

HSL color Cylindrical-coordinate representation of color #D8A923: hue angle of 44.42º 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 #D8A923 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 35 -
CMYK 0 0.22 0.84 0.15
HSL 44.42º 0.72% 0.49% -
HSV(B) 44.42º 0.84% 0.85% -
XYZ 42.81 43.1 7.65 -
YUV 167.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 216 169 35 0 0.22 0.84 0.15 44.42 0.72 0.49
Hex D8 A9 23 0 16 54 F 2C 48 31
Octal 330 251 43 0 26 124 17 54 110 61
Binary 11011000 10101001 100011 0 10110 1010100 1111 101100 1001000 110001

Color Harmonies of #D8A923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A923

Black with #D8A923

Text Example


Text Example

White with #D8A923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A923; }

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

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

background-color css

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

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

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

border-color css

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

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

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