Html Css Color HEX #D8A42F Galliano

📋 copy color: '#D8A42F'

red 216 ◦ green 164 ◦ blue 47

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

Shades of Galliano #D8A42F

Tints of Galliano #D8A42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.01%

R = 50.59%
G = 38.41%
B = 11.01%

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

#D8A42F (or 0xD8A42F) is known color: Galliano. HEX triplet: D8, A4 and 2F. RGB value is (216,164,47). Sum of RGB (Red+Green+Blue) = 216+164+47=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A42F is #275BD0. Grayscale: #A6A6A6. Windows color (decimal): -2579409 or 3122392. OLE color: 3122392.

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

Color convert

RGB 216 164 47 -
CMYK 0 0.24 0.78 0.15
HSL 41.54º 0.68% 0.52% -
HSV(B) 41.54º 0.78% 0.85% -
XYZ 42.11 41.36 8.45 -
YUV 166.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 216 164 47 0 0.24 0.78 0.15 41.54 0.68 0.52
Hex D8 A4 2F 0 18 4E F 2A 44 34
Octal 330 244 57 0 30 116 17 52 104 64
Binary 11011000 10100100 101111 0 11000 1001110 1111 101010 1000100 110100

Color Harmonies of #D8A42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A42F

Black with #D8A42F

Text Example


Text Example

White with #D8A42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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