Html Css Color HEX #D8A423 Galliano

📋 copy color: '#D8A423'

red 216 ◦ green 164 ◦ blue 35

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

Shades of Galliano #D8A423

Tints of Galliano #D8A423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 52.05%
G = 39.52%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8A423 (or 0xD8A423) is known color: Galliano. HEX triplet: D8, A4 and 23. RGB value is (216,164,35). Sum of RGB (Red+Green+Blue) = 216+164+35=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A423 is #275BDC. Grayscale: #A5A5A5. Windows color (decimal): -2579421 or 2335960. OLE color: 2335960.

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

Color convert

RGB 216 164 35 -
CMYK 0 0.24 0.84 0.15
HSL 42.76º 0.72% 0.49% -
HSV(B) 42.76º 0.84% 0.85% -
XYZ 41.9 41.27 7.35 -
YUV 164.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 216 164 35 0 0.24 0.84 0.15 42.76 0.72 0.49
Hex D8 A4 23 0 18 54 F 2B 48 31
Octal 330 244 43 0 30 124 17 53 110 61
Binary 11011000 10100100 100011 0 11000 1010100 1111 101011 1001000 110001

Color Harmonies of #D8A423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A423

Black with #D8A423

Text Example


Text Example

White with #D8A423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A423; }

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

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

background-color css

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

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

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

border-color css

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

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

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