Html Css Color HEX #D6B029 Galliano

📋 copy color: '#D6B029'

red 214 ◦ green 176 ◦ blue 41

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

Shades of Galliano #D6B029

Tints of Galliano #D6B029

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 41 (16.41% from 255) = 9.51%

R = 49.65%
G = 40.84%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6B029 (or 0xD6B029) is known color: Galliano. HEX triplet: D6, B0 and 29. RGB value is (214,176,41). Sum of RGB (Red+Green+Blue) = 214+176+41=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B029 is #294FD6. Grayscale: #ACACAC. Windows color (decimal): -2707415 or 2732246. OLE color: 2732246.

HSL color Cylindrical-coordinate representation of color #D6B029: hue angle of 46.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6B029 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 41 -
CMYK 0 0.18 0.81 0.16
HSL 46.82º 0.68% 0.5% -
HSV(B) 46.82º 0.81% 0.84% -
XYZ 43.66 45.51 8.58 -
YUV 171.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 214 176 41 0 0.18 0.81 0.16 46.82 0.68 0.5
Hex D6 B0 29 0 12 51 10 2F 44 32
Octal 326 260 51 0 22 121 20 57 104 62
Binary 11010110 10110000 101001 0 10010 1010001 10000 101111 1000100 110010

Color Harmonies of #D6B029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B029

Black with #D6B029

Text Example


Text Example

White with #D6B029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B029; }

 p { color: rgb(214,176,41); }

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

background-color css

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

 a { background-color: rgb(214,176,41); }

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

border-color css

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

 span { border-color: rgb(214,176,41); }

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