Html Css Color HEX #D9A42E Galliano

📋 copy color: '#D9A42E'

red 217 ◦ green 164 ◦ blue 46

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

Shades of Galliano #D9A42E

Tints of Galliano #D9A42E

RGB

 RED value IS 217 (85.16% from 255) = 50.82%

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

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

R = 50.82%
G = 38.41%
B = 10.77%

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

#D9A42E (or 0xD9A42E) is known color: Galliano. HEX triplet: D9, A4 and 2E. RGB value is (217,164,46). Sum of RGB (Red+Green+Blue) = 217+164+46=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A42E is #265BD1. Grayscale: #A6A6A6. Windows color (decimal): -2513874 or 3056857. OLE color: 3056857.

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

Color convert

RGB 217 164 46 -
CMYK 0 0.24 0.79 0.15
HSL 41.4º 0.69% 0.52% -
HSV(B) 41.4º 0.79% 0.85% -
XYZ 42.38 41.5 8.36 -
YUV 166.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 217 164 46 0 0.24 0.79 0.15 41.4 0.69 0.52
Hex D9 A4 2E 0 18 4F F 29 45 34
Octal 331 244 56 0 30 117 17 51 105 64
Binary 11011001 10100100 101110 0 11000 1001111 1111 101001 1000101 110100

Color Harmonies of #D9A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A42E

Black with #D9A42E

Text Example


Text Example

White with #D9A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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