Html Css Color HEX #D9B024 Galliano

📋 copy color: '#D9B024'

red 217 ◦ green 176 ◦ blue 36

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

Shades of Galliano #D9B024

Tints of Galliano #D9B024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.03%

 BLUE value IS 36 (14.45% from 255) = 8.39%

R = 50.58%
G = 41.03%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D9B024 (or 0xD9B024) is known color: Galliano. HEX triplet: D9, B0 and 24. RGB value is (217,176,36). Sum of RGB (Red+Green+Blue) = 217+176+36=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B024 is #264FDB. Grayscale: #ACACAC. Windows color (decimal): -2510812 or 2404569. OLE color: 2404569.

HSL color Cylindrical-coordinate representation of color #D9B024: hue angle of 46.41º degrees, saturation: 0.72, 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 #D9B024 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 36 -
CMYK 0 0.19 0.83 0.15
HSL 46.41º 0.72% 0.5% -
HSV(B) 46.41º 0.83% 0.85% -
XYZ 44.46 45.93 8.19 -
YUV 172.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 217 176 36 0 0.19 0.83 0.15 46.41 0.72 0.5
Hex D9 B0 24 0 13 53 F 2E 48 32
Octal 331 260 44 0 23 123 17 56 110 62
Binary 11011001 10110000 100100 0 10011 1010011 1111 101110 1001000 110010

Color Harmonies of #D9B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B024

Black with #D9B024

Text Example


Text Example

White with #D9B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B024; }

 p { color: rgb(217,176,36); }

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

background-color css

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

 a { background-color: rgb(217,176,36); }

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

border-color css

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

 span { border-color: rgb(217,176,36); }

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