Html Css Color HEX #D5A12E Galliano

📋 copy color: '#D5A12E'

red 213 ◦ green 161 ◦ blue 46

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

Shades of Galliano #D5A12E

Tints of Galliano #D5A12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.95%

R = 50.71%
G = 38.33%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5A12E (or 0xD5A12E) is known color: Galliano. HEX triplet: D5, A1 and 2E. RGB value is (213,161,46). Sum of RGB (Red+Green+Blue) = 213+161+46=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A12E is #2A5ED1. Grayscale: #A3A3A3. Windows color (decimal): -2776786 or 3056085. OLE color: 3056085.

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

Color convert

RGB 213 161 46 -
CMYK 0 0.24 0.78 0.16
HSL 41.32º 0.67% 0.51% -
HSV(B) 41.32º 0.78% 0.84% -
XYZ 40.68 39.83 8.13 -
YUV 163.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 213 161 46 0 0.24 0.78 0.16 41.32 0.67 0.51
Hex D5 A1 2E 0 18 4E 10 29 43 33
Octal 325 241 56 0 30 116 20 51 103 63
Binary 11010101 10100001 101110 0 11000 1001110 10000 101001 1000011 110011

Color Harmonies of #D5A12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A12E

Black with #D5A12E

Text Example


Text Example

White with #D5A12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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