Html Css Color HEX #D5A823 Galliano

📋 copy color: '#D5A823'

red 213 ◦ green 168 ◦ blue 35

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

Shades of Galliano #D5A823

Tints of Galliano #D5A823

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 51.2%
G = 40.38%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5A823 (or 0xD5A823) is known color: Galliano. HEX triplet: D5, A8 and 23. RGB value is (213,168,35). Sum of RGB (Red+Green+Blue) = 213+168+35=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A823 is #2A57DC. Grayscale: #A6A6A6. Windows color (decimal): -2775005 or 2336981. OLE color: 2336981.

HSL color Cylindrical-coordinate representation of color #D5A823: hue angle of 44.83º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5A823 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 35 -
CMYK 0 0.21 0.84 0.16
HSL 44.83º 0.72% 0.49% -
HSV(B) 44.83º 0.84% 0.84% -
XYZ 41.75 42.27 7.55 -
YUV 166.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 213 168 35 0 0.21 0.84 0.16 44.83 0.72 0.49
Hex D5 A8 23 0 15 54 10 2D 48 31
Octal 325 250 43 0 25 124 20 55 110 61
Binary 11010101 10101000 100011 0 10101 1010100 10000 101101 1001000 110001

Color Harmonies of #D5A823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A823

Black with #D5A823

Text Example


Text Example

White with #D5A823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A823; }

 p { color: rgb(213,168,35); }

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

background-color css

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

 a { background-color: rgb(213,168,35); }

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

border-color css

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

 span { border-color: rgb(213,168,35); }

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