Html Css Color HEX #D6A021 Galliano

📋 copy color: '#D6A021'

red 214 ◦ green 160 ◦ blue 33

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

Shades of Galliano #D6A021

Tints of Galliano #D6A021

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.31%

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

R = 52.58%
G = 39.31%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D6A021 (or 0xD6A021) is known color: Galliano. HEX triplet: D6, A0 and 21. RGB value is (214,160,33). Sum of RGB (Red+Green+Blue) = 214+160+33=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A021 is #295FDE. Grayscale: #A2A2A2. Windows color (decimal): -2711519 or 2203862. OLE color: 2203862.

HSL color Cylindrical-coordinate representation of color #D6A021: hue angle of 42.1º 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 #D6A021 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 33 -
CMYK 0 0.25 0.85 0.16
HSL 42.1º 0.73% 0.48% -
HSV(B) 42.1º 0.85% 0.84% -
XYZ 40.58 39.55 6.93 -
YUV 161.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 214 160 33 0 0.25 0.85 0.16 42.1 0.73 0.48
Hex D6 A0 21 0 19 55 10 2A 49 30
Octal 326 240 41 0 31 125 20 52 111 60
Binary 11010110 10100000 100001 0 11001 1010101 10000 101010 1001001 110000

Color Harmonies of #D6A021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A021

Black with #D6A021

Text Example


Text Example

White with #D6A021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A021; }

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

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

background-color css

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

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

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

border-color css

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

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

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