Html Css Color HEX #D9A22B Galliano

📋 copy color: '#D9A22B'

red 217 ◦ green 162 ◦ blue 43

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

Shades of Galliano #D9A22B

Tints of Galliano #D9A22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 51.42%
G = 38.39%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9A22B (or 0xD9A22B) is known color: Galliano. HEX triplet: D9, A2 and 2B. RGB value is (217,162,43). Sum of RGB (Red+Green+Blue) = 217+162+43=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A22B is #265DD4. Grayscale: #A5A5A5. Windows color (decimal): -2514389 or 2859737. OLE color: 2859737.

HSL color Cylindrical-coordinate representation of color #D9A22B: hue angle of 41.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9A22B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 162 43 -
CMYK 0 0.25 0.80 0.15
HSL 41.03º 0.7% 0.51% -
HSV(B) 41.03º 0.8% 0.85% -
XYZ 41.97 40.77 7.94 -
YUV 164.88 59.22 165.18 -
System Red Green Blue C M Y K H S L
Decimal 217 162 43 0 0.25 0.80 0.15 41.03 0.7 0.51
Hex D9 A2 2B 0 19 50 F 29 46 33
Octal 331 242 53 0 31 120 17 51 106 63
Binary 11011001 10100010 101011 0 11001 1010000 1111 101001 1000110 110011

Color Harmonies of #D9A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A22B

Black with #D9A22B

Text Example


Text Example

White with #D9A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A22B; }

 p { color: rgb(217,162,43); }

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

background-color css

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

 a { background-color: rgb(217,162,43); }

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

border-color css

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

 span { border-color: rgb(217,162,43); }

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