Html Css Color HEX #D5A22D Galliano

📋 copy color: '#D5A22D'

red 213 ◦ green 162 ◦ blue 45

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

Shades of Galliano #D5A22D

Tints of Galliano #D5A22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 50.71%
G = 38.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5A22D (or 0xD5A22D) is known color: Galliano. HEX triplet: D5, A2 and 2D. RGB value is (213,162,45). Sum of RGB (Red+Green+Blue) = 213+162+45=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A22D is #2A5DD2. Grayscale: #A4A4A4. Windows color (decimal): -2776531 or 2990805. OLE color: 2990805.

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

Color convert

RGB 213 162 45 -
CMYK 0 0.24 0.79 0.16
HSL 41.79º 0.67% 0.51% -
HSV(B) 41.79º 0.79% 0.84% -
XYZ 40.83 40.18 8.09 -
YUV 163.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 213 162 45 0 0.24 0.79 0.16 41.79 0.67 0.51
Hex D5 A2 2D 0 18 4F 10 2A 43 33
Octal 325 242 55 0 30 117 20 52 103 63
Binary 11010101 10100010 101101 0 11000 1001111 10000 101010 1000011 110011

Color Harmonies of #D5A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A22D

Black with #D5A22D

Text Example


Text Example

White with #D5A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A22D; }

 p { color: rgb(213,162,45); }

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

background-color css

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

 a { background-color: rgb(213,162,45); }

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

border-color css

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

 span { border-color: rgb(213,162,45); }

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