Html Css Color HEX #D6A21D Galliano

📋 copy color: '#D6A21D'

red 214 ◦ green 162 ◦ blue 29

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

Shades of Galliano #D6A21D

Tints of Galliano #D6A21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 52.84%
G = 40%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6A21D (or 0xD6A21D) is known color: Galliano. HEX triplet: D6, A2 and 1D. RGB value is (214,162,29). Sum of RGB (Red+Green+Blue) = 214+162+29=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A21D is #295DE2. Grayscale: #A2A2A2. Windows color (decimal): -2711011 or 1942230. OLE color: 1942230.

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

Color convert

RGB 214 162 29 -
CMYK 0 0.24 0.86 0.16
HSL 43.14º 0.76% 0.48% -
HSV(B) 43.14º 0.86% 0.84% -
XYZ 40.87 40.23 6.77 -
YUV 162.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 214 162 29 0 0.24 0.86 0.16 43.14 0.76 0.48
Hex D6 A2 1D 0 18 56 10 2B 4C 30
Octal 326 242 35 0 30 126 20 53 114 60
Binary 11010110 10100010 11101 0 11000 1010110 10000 101011 1001100 110000

Color Harmonies of #D6A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A21D

Black with #D6A21D

Text Example


Text Example

White with #D6A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A21D; }

 p { color: rgb(214,162,29); }

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

background-color css

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

 a { background-color: rgb(214,162,29); }

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

border-color css

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

 span { border-color: rgb(214,162,29); }

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