Html Css Color HEX #D2A130 Galliano

📋 copy color: '#D2A130'

red 210 ◦ green 161 ◦ blue 48

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

Shades of Galliano #D2A130

Tints of Galliano #D2A130

RGB

 RED value IS 210 (82.42% from 255) = 50.12%

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

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

R = 50.12%
G = 38.42%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2A130 (or 0xD2A130) is known color: Galliano. HEX triplet: D2, A1 and 30. RGB value is (210,161,48). Sum of RGB (Red+Green+Blue) = 210+161+48=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A130 is #2D5ECF. Grayscale: #A3A3A3. Windows color (decimal): -2973392 or 3187154. OLE color: 3187154.

HSL color Cylindrical-coordinate representation of color #D2A130: hue angle of 41.85º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2A130 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 161 48 -
CMYK 0 0.23 0.77 0.18
HSL 41.85º 0.64% 0.51% -
HSV(B) 41.85º 0.77% 0.82% -
XYZ 39.86 39.4 8.3 -
YUV 162.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 210 161 48 0 0.23 0.77 0.18 41.85 0.64 0.51
Hex D2 A1 30 0 17 4D 12 2A 40 33
Octal 322 241 60 0 27 115 22 52 100 63
Binary 11010010 10100001 110000 0 10111 1001101 10010 101010 1000000 110011

Color Harmonies of #D2A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A130

Black with #D2A130

Text Example


Text Example

White with #D2A130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A130; }

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

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

background-color css

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

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

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

border-color css

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

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

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