Html Css Color HEX #D9A230 Galliano

📋 copy color: '#D9A230'

red 217 ◦ green 162 ◦ blue 48

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

Shades of Galliano #D9A230

Tints of Galliano #D9A230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.24%

R = 50.82%
G = 37.94%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9A230 (or 0xD9A230) is known color: Galliano. HEX triplet: D9, A2 and 30. RGB value is (217,162,48). Sum of RGB (Red+Green+Blue) = 217+162+48=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A230 is #265DCF. Grayscale: #A5A5A5. Windows color (decimal): -2514384 or 3187417. OLE color: 3187417.

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

Color convert

RGB 217 162 48 -
CMYK 0 0.25 0.78 0.15
HSL 40.47º 0.69% 0.52% -
HSV(B) 40.47º 0.78% 0.85% -
XYZ 42.07 40.81 8.46 -
YUV 165.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 217 162 48 0 0.25 0.78 0.15 40.47 0.69 0.52
Hex D9 A2 30 0 19 4E F 28 45 34
Octal 331 242 60 0 31 116 17 50 105 64
Binary 11011001 10100010 110000 0 11001 1001110 1111 101000 1000101 110100

Color Harmonies of #D9A230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A230

Black with #D9A230

Text Example


Text Example

White with #D9A230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A230; }

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

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

background-color css

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

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

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

border-color css

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

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

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