Html Css Color HEX #D8A024 Galliano

📋 copy color: '#D8A024'

red 216 ◦ green 160 ◦ blue 36

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

Shades of Galliano #D8A024

Tints of Galliano #D8A024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

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

R = 52.43%
G = 38.83%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8A024 (or 0xD8A024) is known color: Galliano. HEX triplet: D8, A0 and 24. RGB value is (216,160,36). Sum of RGB (Red+Green+Blue) = 216+160+36=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A024 is #275FDB. Grayscale: #A3A3A3. Windows color (decimal): -2580444 or 2400472. OLE color: 2400472.

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

Color convert

RGB 216 160 36 -
CMYK 0 0.26 0.83 0.15
HSL 41.33º 0.71% 0.49% -
HSV(B) 41.33º 0.83% 0.85% -
XYZ 41.21 39.87 7.19 -
YUV 162.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 216 160 36 0 0.26 0.83 0.15 41.33 0.71 0.49
Hex D8 A0 24 0 1A 53 F 29 47 31
Octal 330 240 44 0 32 123 17 51 107 61
Binary 11011000 10100000 100100 0 11010 1010011 1111 101001 1000111 110001

Color Harmonies of #D8A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A024

Black with #D8A024

Text Example


Text Example

White with #D8A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A024; }

 p { color: rgb(216,160,36); }

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

background-color css

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

 a { background-color: rgb(216,160,36); }

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

border-color css

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

 span { border-color: rgb(216,160,36); }

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