Html Css Color HEX #D8AE2B Galliano

📋 copy color: '#D8AE2B'

red 216 ◦ green 174 ◦ blue 43

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

Shades of Galliano #D8AE2B

Tints of Galliano #D8AE2B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 43 (17.19% from 255) = 9.93%

R = 49.88%
G = 40.18%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8AE2B (or 0xD8AE2B) is known color: Galliano. HEX triplet: D8, AE and 2B. RGB value is (216,174,43). Sum of RGB (Red+Green+Blue) = 216+174+43=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AE2B is #2751D4. Grayscale: #ACACAC. Windows color (decimal): -2576853 or 2862808. OLE color: 2862808.

HSL color Cylindrical-coordinate representation of color #D8AE2B: hue angle of 45.43º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8AE2B is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 43 -
CMYK 0 0.19 0.80 0.15
HSL 45.43º 0.69% 0.51% -
HSV(B) 45.43º 0.8% 0.85% -
XYZ 43.89 45.05 8.67 -
YUV 171.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 216 174 43 0 0.19 0.80 0.15 45.43 0.69 0.51
Hex D8 AE 2B 0 13 50 F 2D 45 33
Octal 330 256 53 0 23 120 17 55 105 63
Binary 11011000 10101110 101011 0 10011 1010000 1111 101101 1000101 110011

Color Harmonies of #D8AE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE2B

Black with #D8AE2B

Text Example


Text Example

White with #D8AE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE2B; }

 p { color: rgb(216,174,43); }

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

background-color css

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

 a { background-color: rgb(216,174,43); }

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

border-color css

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

 span { border-color: rgb(216,174,43); }

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