Html Css Color HEX #D9A232 Galliano

📋 copy color: '#D9A232'

red 217 ◦ green 162 ◦ blue 50

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

Shades of Galliano #D9A232

Tints of Galliano #D9A232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 50.58%
G = 37.76%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D9A232 (or 0xD9A232) is known color: Galliano. HEX triplet: D9, A2 and 32. RGB value is (217,162,50). Sum of RGB (Red+Green+Blue) = 217+162+50=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A232 is #265DCD. Grayscale: #A6A6A6. Windows color (decimal): -2514382 or 3318489. OLE color: 3318489.

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

Color convert

RGB 217 162 50 -
CMYK 0 0.25 0.77 0.15
HSL 40.24º 0.69% 0.52% -
HSV(B) 40.24º 0.77% 0.85% -
XYZ 42.11 40.82 8.68 -
YUV 165.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 217 162 50 0 0.25 0.77 0.15 40.24 0.69 0.52
Hex D9 A2 32 0 19 4D F 28 45 34
Octal 331 242 62 0 31 115 17 50 105 64
Binary 11011001 10100010 110010 0 11001 1001101 1111 101000 1000101 110100

Color Harmonies of #D9A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A232

Black with #D9A232

Text Example


Text Example

White with #D9A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A232; }

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

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

background-color css

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

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

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

border-color css

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

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

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