Html Css Color HEX #D8A223 Galliano

📋 copy color: '#D8A223'

red 216 ◦ green 162 ◦ blue 35

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

Shades of Galliano #D8A223

Tints of Galliano #D8A223

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

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

R = 52.3%
G = 39.23%
B = 8.47%

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

#D8A223 (or 0xD8A223) is known color: Galliano. HEX triplet: D8, A2 and 23. RGB value is (216,162,35). Sum of RGB (Red+Green+Blue) = 216+162+35=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A223 is #275DDC. Grayscale: #A4A4A4. Windows color (decimal): -2579933 or 2335448. OLE color: 2335448.

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

Color convert

RGB 216 162 35 -
CMYK 0 0.25 0.84 0.15
HSL 42.1º 0.72% 0.49% -
HSV(B) 42.1º 0.84% 0.85% -
XYZ 41.54 40.56 7.23 -
YUV 163.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 216 162 35 0 0.25 0.84 0.15 42.1 0.72 0.49
Hex D8 A2 23 0 19 54 F 2A 48 31
Octal 330 242 43 0 31 124 17 52 110 61
Binary 11011000 10100010 100011 0 11001 1010100 1111 101010 1001000 110001

Color Harmonies of #D8A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A223

Black with #D8A223

Text Example


Text Example

White with #D8A223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A223; }

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

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

background-color css

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

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

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

border-color css

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

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

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