Html Css Color HEX #D6A321 Galliano

📋 copy color: '#D6A321'

red 214 ◦ green 163 ◦ blue 33

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

Shades of Galliano #D6A321

Tints of Galliano #D6A321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 33 (13.28% from 255) = 8.05%

R = 52.2%
G = 39.76%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D6A321 (or 0xD6A321) is known color: Galliano. HEX triplet: D6, A3 and 21. RGB value is (214,163,33). Sum of RGB (Red+Green+Blue) = 214+163+33=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A321 is #295CDE. Grayscale: #A4A4A4. Windows color (decimal): -2710751 or 2204630. OLE color: 2204630.

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

Color convert

RGB 214 163 33 -
CMYK 0 0.24 0.85 0.16
HSL 43.09º 0.73% 0.48% -
HSV(B) 43.09º 0.85% 0.84% -
XYZ 41.1 40.6 7.11 -
YUV 163.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 214 163 33 0 0.24 0.85 0.16 43.09 0.73 0.48
Hex D6 A3 21 0 18 55 10 2B 49 30
Octal 326 243 41 0 30 125 20 53 111 60
Binary 11010110 10100011 100001 0 11000 1010101 10000 101011 1001001 110000

Color Harmonies of #D6A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A321

Black with #D6A321

Text Example


Text Example

White with #D6A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A321; }

 p { color: rgb(214,163,33); }

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

background-color css

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

 a { background-color: rgb(214,163,33); }

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

border-color css

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

 span { border-color: rgb(214,163,33); }

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