Html Css Color HEX #D6A31D Galliano

📋 copy color: '#D6A31D'

red 214 ◦ green 163 ◦ blue 29

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

Shades of Galliano #D6A31D

Tints of Galliano #D6A31D

RGB

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

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

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

R = 52.71%
G = 40.15%
B = 7.14%

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

#D6A31D (or 0xD6A31D) is known color: Galliano. HEX triplet: D6, A3 and 1D. RGB value is (214,163,29). Sum of RGB (Red+Green+Blue) = 214+163+29=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A31D is #295CE2. Grayscale: #A3A3A3. Windows color (decimal): -2710755 or 1942486. OLE color: 1942486.

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

Color convert

RGB 214 163 29 -
CMYK 0 0.24 0.86 0.16
HSL 43.46º 0.76% 0.48% -
HSV(B) 43.46º 0.86% 0.84% -
XYZ 41.05 40.58 6.83 -
YUV 162.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 214 163 29 0 0.24 0.86 0.16 43.46 0.76 0.48
Hex D6 A3 1D 0 18 56 10 2B 4C 30
Octal 326 243 35 0 30 126 20 53 114 60
Binary 11010110 10100011 11101 0 11000 1010110 10000 101011 1001100 110000

Color Harmonies of #D6A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A31D

Black with #D6A31D

Text Example


Text Example

White with #D6A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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