Html Css Color HEX #D8AF24 Galliano

📋 copy color: '#D8AF24'

red 216 ◦ green 175 ◦ blue 36

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

Shades of Galliano #D8AF24

Tints of Galliano #D8AF24

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

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

R = 50.59%
G = 40.98%
B = 8.43%

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

#D8AF24 (or 0xD8AF24) is known color: Galliano. HEX triplet: D8, AF and 24. RGB value is (216,175,36). Sum of RGB (Red+Green+Blue) = 216+175+36=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF24 is #2750DB. Grayscale: #ACACAC. Windows color (decimal): -2576604 or 2404312. OLE color: 2404312.

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

Color convert

RGB 216 175 36 -
CMYK 0 0.19 0.83 0.15
HSL 46.33º 0.71% 0.49% -
HSV(B) 46.33º 0.83% 0.85% -
XYZ 43.97 45.39 8.11 -
YUV 171.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 216 175 36 0 0.19 0.83 0.15 46.33 0.71 0.49
Hex D8 AF 24 0 13 53 F 2E 47 31
Octal 330 257 44 0 23 123 17 56 107 61
Binary 11011000 10101111 100100 0 10011 1010011 1111 101110 1000111 110001

Color Harmonies of #D8AF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF24

Black with #D8AF24

Text Example


Text Example

White with #D8AF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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