Html Css Color HEX #D8A42E Galliano

📋 copy color: '#D8A42E'

red 216 ◦ green 164 ◦ blue 46

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

Shades of Galliano #D8A42E

Tints of Galliano #D8A42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.8%

R = 50.7%
G = 38.5%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8A42E (or 0xD8A42E) is known color: Galliano. HEX triplet: D8, A4 and 2E. RGB value is (216,164,46). Sum of RGB (Red+Green+Blue) = 216+164+46=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A42E is #275BD1. Grayscale: #A6A6A6. Windows color (decimal): -2579410 or 3056856. OLE color: 3056856.

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

Color convert

RGB 216 164 46 -
CMYK 0 0.24 0.79 0.15
HSL 41.65º 0.69% 0.51% -
HSV(B) 41.65º 0.79% 0.85% -
XYZ 42.09 41.35 8.35 -
YUV 166.1 60.23 163.59 -
System Red Green Blue C M Y K H S L
Decimal 216 164 46 0 0.24 0.79 0.15 41.65 0.69 0.51
Hex D8 A4 2E 0 18 4F F 2A 45 33
Octal 330 244 56 0 30 117 17 52 105 63
Binary 11011000 10100100 101110 0 11000 1001111 1111 101010 1000101 110011

Color Harmonies of #D8A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A42E

Black with #D8A42E

Text Example


Text Example

White with #D8A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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