Html Css Color HEX #D6A821 Galliano

📋 copy color: '#D6A821'

red 214 ◦ green 168 ◦ blue 33

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

Shades of Galliano #D6A821

Tints of Galliano #D6A821

RGB

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

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

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

R = 51.57%
G = 40.48%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D6A821 (or 0xD6A821) is known color: Galliano. HEX triplet: D6, A8 and 21. RGB value is (214,168,33). Sum of RGB (Red+Green+Blue) = 214+168+33=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A821 is #2957DE. Grayscale: #A6A6A6. Windows color (decimal): -2709471 or 2205910. OLE color: 2205910.

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

Color convert

RGB 214 168 33 -
CMYK 0 0.21 0.85 0.16
HSL 44.75º 0.73% 0.48% -
HSV(B) 44.75º 0.85% 0.84% -
XYZ 42.01 42.41 7.41 -
YUV 166.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 214 168 33 0 0.21 0.85 0.16 44.75 0.73 0.48
Hex D6 A8 21 0 15 55 10 2D 49 30
Octal 326 250 41 0 25 125 20 55 111 60
Binary 11010110 10101000 100001 0 10101 1010101 10000 101101 1001001 110000

Color Harmonies of #D6A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A821

Black with #D6A821

Text Example


Text Example

White with #D6A821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A821; }

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

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

background-color css

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

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

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

border-color css

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

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

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