Html Css Color HEX #D8A123 Galliano

📋 copy color: '#D8A123'

red 216 ◦ green 161 ◦ blue 35

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

Shades of Galliano #D8A123

Tints of Galliano #D8A123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

 BLUE value IS 35 (14.06% from 255) = 8.5%

R = 52.43%
G = 39.08%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8A123 (or 0xD8A123) is known color: Galliano. HEX triplet: D8, A1 and 23. RGB value is (216,161,35). Sum of RGB (Red+Green+Blue) = 216+161+35=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A123 is #275EDC. Grayscale: #A3A3A3. Windows color (decimal): -2580189 or 2335192. OLE color: 2335192.

HSL color Cylindrical-coordinate representation of color #D8A123: hue angle of 41.77º degrees, saturation: 0.72, 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 #D8A123 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 35 -
CMYK 0 0.25 0.84 0.15
HSL 41.77º 0.72% 0.49% -
HSV(B) 41.77º 0.84% 0.85% -
XYZ 41.37 40.21 7.17 -
YUV 163.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 216 161 35 0 0.25 0.84 0.15 41.77 0.72 0.49
Hex D8 A1 23 0 19 54 F 2A 48 31
Octal 330 241 43 0 31 124 17 52 110 61
Binary 11011000 10100001 100011 0 11001 1010100 1111 101010 1001000 110001

Color Harmonies of #D8A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A123

Black with #D8A123

Text Example


Text Example

White with #D8A123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A123; }

 p { color: rgb(216,161,35); }

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

background-color css

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

 a { background-color: rgb(216,161,35); }

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

border-color css

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

 span { border-color: rgb(216,161,35); }

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