Html Css Color HEX #D8A629 Galliano

📋 copy color: '#D8A629'

red 216 ◦ green 166 ◦ blue 41

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

Shades of Galliano #D8A629

Tints of Galliano #D8A629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

 BLUE value IS 41 (16.41% from 255) = 9.69%

R = 51.06%
G = 39.24%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8A629 (or 0xD8A629) is known color: Galliano. HEX triplet: D8, A6 and 29. RGB value is (216,166,41). Sum of RGB (Red+Green+Blue) = 216+166+41=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A629 is #2759D6. Grayscale: #A7A7A7. Windows color (decimal): -2578903 or 2729688. OLE color: 2729688.

HSL color Cylindrical-coordinate representation of color #D8A629: hue angle of 42.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8A629 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 41 -
CMYK 0 0.23 0.81 0.15
HSL 42.86º 0.69% 0.5% -
HSV(B) 42.86º 0.81% 0.85% -
XYZ 42.36 42.03 7.98 -
YUV 166.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 216 166 41 0 0.23 0.81 0.15 42.86 0.69 0.5
Hex D8 A6 29 0 17 51 F 2B 45 32
Octal 330 246 51 0 27 121 17 53 105 62
Binary 11011000 10100110 101001 0 10111 1010001 1111 101011 1000101 110010

Color Harmonies of #D8A629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A629

Black with #D8A629

Text Example


Text Example

White with #D8A629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A629; }

 p { color: rgb(216,166,41); }

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

background-color css

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

 a { background-color: rgb(216,166,41); }

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

border-color css

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

 span { border-color: rgb(216,166,41); }

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