Html Css Color HEX #D8A622 Galliano

📋 copy color: '#D8A622'

red 216 ◦ green 166 ◦ blue 34

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

Shades of Galliano #D8A622

Tints of Galliano #D8A622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.17%

R = 51.92%
G = 39.9%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8A622 (or 0xD8A622) is known color: Galliano. HEX triplet: D8, A6 and 22. RGB value is (216,166,34). Sum of RGB (Red+Green+Blue) = 216+166+34=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A622 is #2759DD. Grayscale: #A6A6A6. Windows color (decimal): -2578910 or 2270936. OLE color: 2270936.

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

Color convert

RGB 216 166 34 -
CMYK 0 0.23 0.84 0.15
HSL 43.52º 0.73% 0.49% -
HSV(B) 43.52º 0.84% 0.85% -
XYZ 42.24 41.99 7.39 -
YUV 165.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 216 166 34 0 0.23 0.84 0.15 43.52 0.73 0.49
Hex D8 A6 22 0 17 54 F 2C 49 31
Octal 330 246 42 0 27 124 17 54 111 61
Binary 11011000 10100110 100010 0 10111 1010100 1111 101100 1001001 110001

Color Harmonies of #D8A622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A622

Black with #D8A622

Text Example


Text Example

White with #D8A622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A622; }

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

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

background-color css

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

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

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

border-color css

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

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

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