Html Css Color HEX #D8A430 Galliano

📋 copy color: '#D8A430'

red 216 ◦ green 164 ◦ blue 48

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

Shades of Galliano #D8A430

Tints of Galliano #D8A430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 50.47%
G = 38.32%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8A430 (or 0xD8A430) is known color: Galliano. HEX triplet: D8, A4 and 30. RGB value is (216,164,48). Sum of RGB (Red+Green+Blue) = 216+164+48=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A430 is #275BCF. Grayscale: #A6A6A6. Windows color (decimal): -2579408 or 3187928. OLE color: 3187928.

HSL color Cylindrical-coordinate representation of color #D8A430: hue angle of 41.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8A430 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 164 48 -
CMYK 0 0.24 0.78 0.15
HSL 41.43º 0.68% 0.52% -
HSV(B) 41.43º 0.78% 0.85% -
XYZ 42.13 41.36 8.56 -
YUV 166.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 216 164 48 0 0.24 0.78 0.15 41.43 0.68 0.52
Hex D8 A4 30 0 18 4E F 29 44 34
Octal 330 244 60 0 30 116 17 51 104 64
Binary 11011000 10100100 110000 0 11000 1001110 1111 101001 1000100 110100

Color Harmonies of #D8A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A430

Black with #D8A430

Text Example


Text Example

White with #D8A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A430; }

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

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

background-color css

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

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

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

border-color css

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

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

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