Html Css Color HEX #D6A824 Galliano

📋 copy color: '#D6A824'

red 214 ◦ green 168 ◦ blue 36

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

Shades of Galliano #D6A824

Tints of Galliano #D6A824

RGB

 RED value IS 214 (83.98% from 255) = 51.2%

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

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 51.2%
G = 40.19%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D6A824 (or 0xD6A824) is known color: Galliano. HEX triplet: D6, A8 and 24. RGB value is (214,168,36). Sum of RGB (Red+Green+Blue) = 214+168+36=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A824 is #2957DB. Grayscale: #A7A7A7. Windows color (decimal): -2709468 or 2402518. OLE color: 2402518.

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

Color convert

RGB 214 168 36 -
CMYK 0 0.21 0.83 0.16
HSL 44.49º 0.71% 0.49% -
HSV(B) 44.49º 0.83% 0.84% -
XYZ 42.05 42.43 7.64 -
YUV 166.71 54.24 161.73 -
System Red Green Blue C M Y K H S L
Decimal 214 168 36 0 0.21 0.83 0.16 44.49 0.71 0.49
Hex D6 A8 24 0 15 53 10 2C 47 31
Octal 326 250 44 0 25 123 20 54 107 61
Binary 11010110 10101000 100100 0 10101 1010011 10000 101100 1000111 110001

Color Harmonies of #D6A824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A824

Black with #D6A824

Text Example


Text Example

White with #D6A824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A824; }

 p { color: rgb(214,168,36); }

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

background-color css

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

 a { background-color: rgb(214,168,36); }

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

border-color css

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

 span { border-color: rgb(214,168,36); }

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