Html Css Color HEX #D9A823 Galliano

📋 copy color: '#D9A823'

red 217 ◦ green 168 ◦ blue 35

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

Shades of Galliano #D9A823

Tints of Galliano #D9A823

RGB

 RED value IS 217 (85.16% from 255) = 51.67%

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 51.67%
G = 40%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D9A823 (or 0xD9A823) is known color: Galliano. HEX triplet: D9, A8 and 23. RGB value is (217,168,35). Sum of RGB (Red+Green+Blue) = 217+168+35=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A823 is #2657DC. Grayscale: #A8A8A8. Windows color (decimal): -2512861 or 2336985. OLE color: 2336985.

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

Color convert

RGB 217 168 35 -
CMYK 0 0.23 0.84 0.15
HSL 43.85º 0.72% 0.49% -
HSV(B) 43.85º 0.84% 0.85% -
XYZ 42.92 42.88 7.6 -
YUV 167.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 217 168 35 0 0.23 0.84 0.15 43.85 0.72 0.49
Hex D9 A8 23 0 17 54 F 2C 48 31
Octal 331 250 43 0 27 124 17 54 110 61
Binary 11011001 10101000 100011 0 10111 1010100 1111 101100 1001000 110001

Color Harmonies of #D9A823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A823

Black with #D9A823

Text Example


Text Example

White with #D9A823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A823; }

 p { color: rgb(217,168,35); }

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

background-color css

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

 a { background-color: rgb(217,168,35); }

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

border-color css

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

 span { border-color: rgb(217,168,35); }

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