Html Css Color HEX #D8A90F Galliano

📋 copy color: '#D8A90F'

red 216 ◦ green 169 ◦ blue 15

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

Shades of Galliano #D8A90F

Tints of Galliano #D8A90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 54%
G = 42.25%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8A90F (or 0xD8A90F) is known color: Galliano. HEX triplet: D8, A9 and 0F. RGB value is (216,169,15). Sum of RGB (Red+Green+Blue) = 216+169+15=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A90F is #2756F0. Grayscale: #A6A6A6. Windows color (decimal): -2578161 or 1026520. OLE color: 1026520.

HSL color Cylindrical-coordinate representation of color #D8A90F: hue angle of 45.97º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8A90F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 15 -
CMYK 0 0.22 0.93 0.15
HSL 45.97º 0.87% 0.45% -
HSV(B) 45.97º 0.93% 0.85% -
XYZ 42.59 43.01 6.51 -
YUV 165.5 43.07 164.02 -
System Red Green Blue C M Y K H S L
Decimal 216 169 15 0 0.22 0.93 0.15 45.97 0.87 0.45
Hex D8 A9 F 0 16 5D F 2E 57 2D
Octal 330 251 17 0 26 135 17 56 127 55
Binary 11011000 10101001 1111 0 10110 1011101 1111 101110 1010111 101101

Color Harmonies of #D8A90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A90F

Black with #D8A90F

Text Example


Text Example

White with #D8A90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A90F; }

 p { color: rgb(216,169,15); }

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

background-color css

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

 a { background-color: rgb(216,169,15); }

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

border-color css

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

 span { border-color: rgb(216,169,15); }

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