Html Css Color HEX #D5A130 Galliano

📋 copy color: '#D5A130'

red 213 ◦ green 161 ◦ blue 48

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

Shades of Galliano #D5A130

Tints of Galliano #D5A130

RGB

 RED value IS 213 (83.59% from 255) = 50.47%

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 50.47%
G = 38.15%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5A130 (or 0xD5A130) is known color: Galliano. HEX triplet: D5, A1 and 30. RGB value is (213,161,48). Sum of RGB (Red+Green+Blue) = 213+161+48=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A130 is #2A5ECF. Grayscale: #A4A4A4. Windows color (decimal): -2776784 or 3187157. OLE color: 3187157.

HSL color Cylindrical-coordinate representation of color #D5A130: hue angle of 41.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5A130 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 48 -
CMYK 0 0.24 0.77 0.16
HSL 41.09º 0.66% 0.51% -
HSV(B) 41.09º 0.77% 0.84% -
XYZ 40.72 39.85 8.34 -
YUV 163.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 213 161 48 0 0.24 0.77 0.16 41.09 0.66 0.51
Hex D5 A1 30 0 18 4D 10 29 42 33
Octal 325 241 60 0 30 115 20 51 102 63
Binary 11010101 10100001 110000 0 11000 1001101 10000 101001 1000010 110011

Color Harmonies of #D5A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A130

Black with #D5A130

Text Example


Text Example

White with #D5A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A130; }

 p { color: rgb(213,161,48); }

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

background-color css

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

 a { background-color: rgb(213,161,48); }

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

border-color css

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

 span { border-color: rgb(213,161,48); }

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